#include "ciflib.h"
void cifPrintSchemas(CifSchema **schema,
const int numDataBlock)
cifPrintSchemas prints the contents of the array of CifSchema on the standard output stream (stdout).
| schema | A pointer to an array of CifSchema |
|---|---|
| numDataBlock | An integer which specifies the number of data blocks in the current file |
None
| See also: | cifConstructSchema |
|---|---|
| cifConstructSchemaByAlias | |
| cifFreeSchema | |
| cifPrintSchema | |
| cifConstructSchemas | |
| cifConstructSchemasByAlias | |
| cifFreeSchemas |