DragonFly On-Line Manual Pages

Search: Section:  


cxWrite(3)                   The GNUpdate Project                   cxWrite(3)

NAME

cxWrite - Writes data to a file pointer.

SYNOPSIS

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

PARAMETERS

ptr The data to write. size The size of an element of data. nmemb The number of elements of size size to receive. fp The file pointer to write to.

DESCRIPTION

Writes data to a file pointer.

RETURNS

Nothing. libcomprex 05 Mar 2003 cxWrite(3)

Search: Section: