next up previous contents
Next: ndb_cif_new_datablock Up: Function Description Previous: ndb_cif_init

ndb_cif_close

NAME ndb_cif_close

PROTOTYPE

#include "cifparse.h"

int ndb_cif_close(CifHandle *cf);
PURPOSE

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.

RECEIVES

cp pointer to the CifHandle data structure to be freed

RETURN VALUE

Returns 1 for success or 0 for failure.

REMARKS

Function does provide new value to the cf.

See also: ndb_cif_init



Olivera Tosic
6/12/2002