FF_isEOF()
From FullFAT
FF_isEOF() returns FF_TRUE or FF_FALSE dependent on whether the End Of File has been reached.
Contents |
Prototype
FF_T_BOOL FF_isEOF(FF_FILE *pFile);
Parameters
pFile
FF_FILE object from the FF_Open() function.
Example
The following example shows FF_GetModeBits() recommend use, as a parameter to the FF_Open() function.
FF_FILE *f = FF_Open(pIoman, "\\test.txt", FF_GetModeBits("rb+"), NULL);
This page will be updated with more comprehensive information soon.
Back to API

