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