HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

                  char *fgets( char *s, int size, FILE *fp )


       - prototype in stdio.h

       - gets a string from a stream, reading until size - 1 characters
         have been read or a newline is detected
       - newline character is retained
       - returns s argument if OK, else NULL on eof or error

Esc or Alt-X to exit fgets Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann