CHAR m2m_fs_getc(M2M_T_FS_HANDLE filehandle)
Description: the function reads from an already opened file the character pointed by the current file data pointer plus 1.
Parameters:
filehandle:
file handle
Return
value:
on
success: the character
read
on
failure: EOF (End Of File =
-1)