|
NAMEcxGets - Reads in a line from from a file pointer.SYNOPSIS#include <comprex.h>char *cxGets(char *buffer, size_t size, CxFP *fp); PARAMETERS
DESCRIPTIONReads in a line from from a file pointer.No more than size - 1 bytes will be read in. If a newline is encountered, it is stored and no further data will be read in. The resulting buffer is NUL-terminated. RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |