#include "cifparse.h"
int ndb_cif_write_file(FILE *fp);
ndb_cif_write_file writes all of the data blocks loaded into the CIFPARSE internal data structure to the file pointed to by the input file descriptor.
| fp | pointer to the file descriptor for the mmCIF output file |
Returns the number of data blocks written or 0 for failure.
| See also: | ndb_cif_read_file |
|---|