#include "cifparse.h"
int ndb_cif_new_datablock(CifHandle *cf,
const char * datablockName);
ndb_cif_new_datablock allocates space in the CifHande data structure, specified by cf, to store a new datablock with the name datablockName.
cf | pointer to the CifHandle data structure |
datablockName | the name of the datablock to be added to the data structure |
Returns the current datablock number.
Function does provide new value to the cf.
See also: | ndb_cif_new_category |
---|---|
ndb_cif_new_row |