19 const unsigned int chksum);
22 unsigned int* chksum);
Functions and data type for direct access of large binary files.
#define FT_FILE
File pointer.
Definition: FFaIO.H:136
int FFa_writeTag(FT_FILE fd, const char *tag, const int nchar, const unsigned int chksum)
Writes the file tag, endian field and checksum to a specified file.
Definition: FFaTag.C:372
int FFa_readTag(FT_FILE fd, char *tag, const int nchar, unsigned int *chksum)
Reads the file tag, endian field and checksum from a specified file.
Definition: FFaTag.C:348
int FFa_endian()
Returns the current system endian.
Definition: FFaTag.C:171