cxClose(3) The GNUpdate Project cxClose(3)NAME
cxClose - Closes a file pointer.SYNOPSIS
#include <comprex.h> void cxClose(CxFP *fp);PARAMETERS
fp The file pointer to close.DESCRIPTION
Closes a file pointer. The CxFP structure will be freed after this is called.RETURNS
Nothing. libcomprex 05 Mar 2003 cxClose(3)