NCEPLIBS-bufr  12.0.0
cread.h
Go to the documentation of this file.
1 
27 #ifdef IN_ARALLOCC
28  FILE **pb;
29  fpos_t *lstpos;
30 #else
31  extern FILE **pb;
32  extern fpos_t *lstpos;
33 #endif
FILE ** pb
File pointers.
fpos_t * lstpos
Byte positions of last successful reads from files corresponding to pb, for files that were opened fo...