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