MicrOS
|
#include "../stdio.h"
Functions | |
int | fgetc (FILE *stream) |
Get character from stream. More... | |
int fgetc | ( | FILE * | stream | ) |
Get character from stream.
Returns the character currently pointed by the internal file position indicator of the specified stream. The internal file position indicator is then advanced to the next character.
stream | Pointer to a FILE object that identifies the stream to be closed. |