#include "cifparse.h"
int ndb_cif_new_datablock(const char * datablockName);
ndb_cif_new_datablock allocates space for CIFPARSE data structures to store a new datablock with the name datablockName.
| datablockName | the name of the datablock to be added to memory |
Returns the current datablock number.
| See also: | ndb_cif_new_category |
|---|---|
| ndb_cif_new_row |