next up previous contents
Next: cifWriteFile Up: CIFLIB File Access Functions Previous: cifSaveFile

cifCloseFile

NAME cifCloseFile

PROTOTYPE

#include "ciflib.h"

int  cifCloseFile(const char *fileName)
PURPOSE

cifCloseFile deletes all of the data blocks that were read from the named file. This effectively deallocates all internal CIFLIB storage associated with reading the named file.

RECEIVES

fileName path name of the source file

RETURN VALUE

Returns 1 for success or 0 for failure.

REMARKS

See also: cifSaveFile
  cifReadFile
  cifWriteFile
  cifWriteDataBlock



Olivera Tosic
6/17/2002