Returns the next character from stdin.
int _fgetchar (void);
Return Value
This function returns the next character from a stdin or EOF if an error or End Of File has been reached.
Stream I/O Routines
See Also fputc, fgetc, fgets, fread, getc, getchar, gets