#include "cifparse.h"
int ndb_cif_get_item_name(CifHandle *cf,
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 of CifHandle data structure specified by cf to return a CIF compliant item name stored in itemName, which must be of the fixed length MxNameLen.
cf | pointer to the CifHandle data structure |
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 third argument.
See also: | ndb_cif_get_item_shname |
---|