![]() |
![]() An Information Portal to Biological Macromolecular Structures |
|
PDB Home |
Contact Us ![]() |
![]() |
Software Tools Home | Dictionary Home | PDBML Home |
![]() |
#include "cifparse.h"
void ndb_cif_print_datablocks(CifHandle *cf,
FILE *fp);
ndb_cif_print_datablocks dumps the CifHandle data structure representation, specified by cf, of the all the datablocks into the file pointed to by fp.
cf | pointer to the CifHandle data structure |
fp | a pointer to the file descriptor of the output file |
None
See also: | ndb_cif_print_datablock |
---|