#include "cifparse.h"
int ndb_cif_get_item_name(const int colId,
char itemName[MxNameLen]);
ndb_cif_get_item_name concatenates the current category name with the item keyword of the column identified by colId to return a CIF compliant item name stored in itemName, which must be of the fixed length MxNameLen.
| colId | identifies the column |
| itemName | a string of fixed length to store the item name |
Returns 1 upon success and 0 upon failure, with success leading to the item name being stored in the second argument.
| None |