#include "cifparse.h"
int ndb_cif_count_category(CifHandle *cf);
ndb_cif_count_category counts the number of categories in the current datablock, in the CifHande data structure specified by cf.
cf | pointer to the CifHandle data structure |
Returns the number of categories or 0 for failure.
See also: | ndb_cif_count_datablock |
---|---|
ndb_cif_count_row | |
ndb_cif_count_column |