#include "ciflib.h"
int cifCloseFile(const char *fileName)
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.
| fileName | path name of the source file |
Returns 1 for success or 0 for failure.
| See also: | cifSaveFile |
|---|---|
| cifReadFile | |
| cifWriteFile | |
| cifWriteDataBlock |