|
An Information Portal to Biological Macromolecular Structures |
||
|
PDB Home |
Contact Us |
Software Tools Home | Dictionary Home | PDBML Home | |
#include "cifparse.h"
int ndb_cif_write_category(CifHandle *cf,
FILE *fp);
ndb_cif_write_category writes all of the data of current category loaded into the CifHande data structure specified by cf to the file pointed to by fp.
| cf | pointer to CifHandle structure where the data blocks loaded |
| fp | pointer to the file descriptor for the mmCIF output file |
Returns the number of data blocks written or 0 for failure.
| None |