Embedded TCP/IP stack
4.7.0
|
fnet_int32_t fnet_fs_fgetc | ( | fnet_fs_file_t | file | ) |
Gets a character from a file.
file | File descriptor. |
This function returns the character currently pointed to by the internal file position indicator of the specified file
.
The internal file position indicator is advanced by one character to point to the next character.