#include "cifparse.h"
int ndb_cif_put_datablock_name(CifHandle *cf,
const char * datablockName);
ndb_cif_put_datablock_name, in the CifHandle data structure, specified by cf, changes the name of the current datablock to datablockName, or, if there are no datablocks, creates a new one with the name datablockName.
cf | pointer to the CifHandle data structure |
datablockName | the new name of the current datablock |
Returns a meaningless integer.
Function does provide new value to the cf.