Home| general |src.lib|rfile Index

rfile


Navigate by clicking on the links below.

Documentation XML Source:rfile.doc.xml

Functions:

Structures:

Unions:

Function Prototypes:

struct RfileIndex *RfileLoadIndex(FILE *fp);

int RfileRead(FILE *fp,int num,RfileDecoder *decode, void **data);

int RfileReadRaw(FILE *fp,int num,RfileDecoder *decode, void **data);

int RfileSeek(FILE *fp, int yr,int mo,int dy,int hr,int mt,double sc, struct RfileIndex *inx, double *aval);