◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <stdio.h> Syntax: int fgetc( FILE *stream ); int fgetchar( void ); Returns: the character read. EOF may indicate error. See also: fputc, getc -♦-