#include "cifparse.h"
int ndb_cif_reset_category(CifHandle *cf);
ndb_cif_reset_category deletes the data in the CifHandle data structure, specified by cf, for the current category of the current datablock, but does not free up the memory.
cf | pointer to the CifHandle data structure |
Returns 1 for success and 0 for failure.
Function does provide new value to the cf.
See also: | ndb_cif_reset_datablocks |
---|---|
ndb_cif_reset_datablock | |
ndb_cif_reset_datablock_by_id | |
ndb_cif_reset_category_by_id |