Go to the first, previous, next, last section, table of contents.
#include <stdio.h> int getchar(void);
The same as fgetc(stdin)
(see section fgetc).
The character, or EOF
.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.