![]() |
![]() An Information Portal to Biological Macromolecular Structures |
|
PDB Home |
Contact Us ![]() |
![]() |
Software Tools Home | Dictionary Home | PDBML Home |
![]() |
#include "cifparse.h"
int ndb_cif_put_item_keyword(CifHandle *cf,
const char * itemKeyword);
ndb_cif_put_item_keyword adds a new column with the name itemKeyword to the current category in the CifHandle data structure specified by cf.
cf | pointer to the CifHandle data structure |
itemKeyword | the name of the new column |
Returns the current column number or 0 for failure.
Function does provide new value to the cf.
See also: | ndb_cif_remove_item_keyword |
---|