DragonFly On-Line Manual Pages

Search: Section:  


cxRead(3)                    The GNUpdate Project                    cxRead(3)

NAME

cxRead - Reads data from a file pointer.

SYNOPSIS

#include <comprex.h> size_t cxRead(void *ptr, size_t size, size_t nmemb, CxFP *fp);

PARAMETERS

ptr The buffer which will store the data. size The size of an element of data. nmemb The number of elements of size size to receive. fp The file pointer to read from.

DESCRIPTION

Reads data from a file pointer.

RETURNS

Nothing. libcomprex 05 Mar 2003 cxRead(3)

Search: Section: