|
An Information Portal to Biological Macromolecular Structures |
||
|
PDB Home |
Contact Us |
Software Tools Home | Dictionary Home | PDBML Home | |
#include "cifparse.h"
int ndb_cif_output_item(CifHandle *cf,
FILE * fp,
const int colId);
ndb_cif_output_item outputs the value of the column specified by colId in the current row in CifHandle data strucutre specified by cf into the file pointed to by it fp.
| cf | pointer to the CifHandle data structure |
| fp | pointer to the file descriptor of the output file |
| colId | identifies the column |
Returns 1 upon success and 0 upon failure..
| See also: | ndb_cif_get_item_value |
|---|---|
| ndb_cif_copy_item_value |