NXC
Version 1.2.1 r5
|
#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.
_handle | The handle of the file from which the character is read. |