#include "cifparse.h"
int ndb_cif_current_datablock_name(CifHandle *cf,
char datablockName[MxNameLen]);
ndb_cif_current_datablock_name stores the name of the current datablock in datablockName, which must be of the fixed length MxNameLen.
cf | pointer to the CifHandle data structure |
datablockName | a fixed length string to hold the name of the current datablock |
Returns the current datablock number.
See also: | ndb_cif_current_datablock |
---|---|
ndb_cif_current_category | |
ndb_cif_current_category_name | |
ndb_cif_current_row | |
ndb_cif_current_col |