next up previous contents
Next: ndb_cif_init Up: Function Description Previous: ndb_cif_read_file

ndb_cif_write_file

NAME ndb_cif_write_file

PROTOTYPE

#include "cifparse.h"

int ndb_cif_write_file(FILE *fp);
PURPOSE

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.

RECEIVES

fp pointer to the file descriptor for the mmCIF output file

RETURN VALUE

Returns the number of data blocks written or 0 for failure.

REMARKS

See also: ndb_cif_read_file



John Westbrook
10/10/1997