NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#define getc (   _handle)    fgetc(_handle)

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_getc.nxc.