<stdio.h>
int getchar(void);
Reads the next character from stdin.
stdin
Equivalent to getc(stdin).
getc(stdin)
(none).
The obtained character on success or EOF on failure.
EOF
If the failure has been caused by end-of-file condition, additionally sets the
联系方式: