#include "cifparse.h"
int ndb_cif_put_item_keyword(const char * itemKeyword);
ndb_cif_put_item_keyword adds a new column with the name itemKeyword to the current category.
| itemKeyword | the name of the new column |
Returns the current column number or 0 for failure.
| None |