Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cxSetError&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help