#include "cifparse.h"
void ndb_cif_write_file_pr(CifHandle *cf,
FILE *fp);
ndb_cif_write_file writes all of the data blocks loaded into the CifHande data structure specified by cf to the file pointed to by the fp. File will be column formated.
cf | pointer to the CifHandle data 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.
See also: | ndb_cif_write_file |
---|