#include "cifparse.h"
int ndb_cif_new_category(CifHandle *cf,
const char * categoryName);
ndb_cif_new_datablock allocates space in the CifHandle data structure, specified by cf, to store a new category in the current datablock with the name categoryName.
cf | pointer to the CifHandle data structure |
categoryName | the name of the category to be added to the current datablock |
Returns the current category number.
Function does provide new value to the cf.
See also: | ndb_cif_new_datablock |
---|---|
ndb_cif_new_row |