◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <stdio.h> Syntax: char *fgets( char *string, int n, FILE *stream ); Returns: <string> if successful, or NULL if unsuccessful or at end-of-file. See also: fputs, gets, puts -♦-