#include "cifparse.h"
int ndb_cif_get_category_id(const char * datablockName,
const char * categoryName);
ndb_cif_get_category_id returns the category number of the category specified by categoryName in the datablock datablockName.
| datablockName | identifies the datablock |
| categoryName | identifies the category |
Returns the number of the category or 0 upon failure.
| See also: | ndb_cif_get_datablock_id |
|---|---|
| ndb_cif_get_column_id |