DragonFly On-Line Manual Pages

Search: Section:  


cxSetError(3)                The GNUpdate Project                cxSetError(3)

NAME

cxSetError - Sets the current error number and string.

SYNOPSIS

#include <comprex.h> void cxSetError(CxFP *fp, int errnum, const char *errstr);

PARAMETERS

fp The file pointer. errnum The error number. errstr The error string.

DESCRIPTION

Sets the current error number and string.

RETURNS

Nothing. libcomprex 05 Mar 2003 cxSetError(3)

Search: Section: