#include "cifparse.h"
int ndb_cif_new_category(const char * categoryName);
ndb_cif_new_datablock allocates space for CIFPARSE data structures to store a new category in the current datablock with the name categoryName.
| categoryName | the name of the category to be added to the current datablock |
Returns the current category number.
| See also: | ndb_cif_new_datablock |
|---|---|
| ndb_cif_new_row |