Nut/OS  4.10.3
API Reference
fatfs.h File Reference

Go to the source code of this file.

Typedefs

typedef void FILE

Functions

FILENutFileOpen (char *name)
int NutFileClose (FILE *romf)
int NutFileRead (FILE *romf, void *data, int size)
long NutFileSize (FILE *romf)

Typedef Documentation

typedef void FILE

Definition at line 28 of file fatfs.h.


Function Documentation

FILE* NutFileOpen ( char *  name)
int NutFileClose ( FILE romf)
int NutFileRead ( FILE romf,
void *  data,
int  size 
)
long NutFileSize ( FILE romf)