#include "cifparse.h"
int ndb_cif_close(CifHandle *cf);
ndb_cif_close frees up all memory in the CifHanle data structure specified by cf. This function should be called at the end of the CIFPARSE application.
cp | pointer to the CifHandle data structure to be freed |
Returns 1 for success or 0 for failure.
Function does provide new value to the cf.
See also: | ndb_cif_init |
---|