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