qc.hlp (Table of Contents; Topic list)
fgets
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <stdio.h>
 
  Syntax:    char *fgets( char *string, int n, FILE *stream );
 
  Returns:   a pointer to <string> if successful, or NULL if
             unsuccessful or at end-of-file.
 
  See also:  fputs, gets, puts
                                    -♦-