NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
char fgetc ( byte  handle)
inline

Get character from file.

Returns the character currently pointed to by the internal file position indicator of the file specified by the handle. The internal file position indicator is then advanced by one character to point to the next character. The functions fgetc and getc are equivalent.

Parameters
handleThe handle of the file from which the character is read.
Returns
The character read from the file.
Examples:
ex_fgetc.nxc.