#include "cifparse.h"
int ndb_cif_put_datablock_name(const char * datablockName);
ndb_cif_put_datablock_name changes the name of the current datablock to datablockName, or, if there are no datablocks, creates a new one with the name datablockName.
| datablockName | the new name of the current datablock |
Returns a meaningless integer.
| None |