Go to the source code of this file.
Typedefs | |
typedef void | FILE |
Functions | |
FILE * | NutFileOpen (char *name) |
int | NutFileClose (FILE *romf) |
int | NutFileRead (FILE *romf, void *data, int size) |
long | NutFileSize (FILE *romf) |
typedef void FILE |
FILE* NutFileOpen | ( | char * | name | ) |
int NutFileClose | ( | FILE * | romf | ) |
int NutFileRead | ( | FILE * | romf, |
void * | data, | ||
int | size | ||
) |
long NutFileSize | ( | FILE * | romf | ) |