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