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