2.3.18 getchar
getchar(void)
The macro getchar
reads a character from stdin
. Return values and error handling is identical to fgetc().
getchar(void)
The macro getchar
reads a character from stdin
. Return values and error handling is identical to fgetc().