qc.hlp (Table of Contents; Topic list)
fgetc, fgetchar
 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
                                    -♦-