|
int fitfp; |
File descriptor for the data file. |
char *buf; |
File memory buffer, if the file is small enough it is loaded into memory. |
int fptr; |
File pointer. |
int fsze; |
File size. |
int blen; |
Size in bytes of the last record read from the file. |
double ctime; |
Current record time of the file, specified as seconds from 0:00UT January 1, 1970. |
|