COHERENT help

This page displays the COHERENT help information for fgets.

Listing of available help pages


fgets() -- Read line from stream

#include <stdio.h>
char *fgets(s, n, fp)
char *s; int n; FILE *fp;