|
NAMEcxWrite - 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
DESCRIPTIONWrites data to a file pointer.RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |