next up previous contents
Next: ndb_cif_put_datablock_name Up: Function Description Previous: ndb_cif_close

ndb_cif_new_datablock

NAME ndb_cif_new_datablock

PROTOTYPE

#include "cifparse.h"

int ndb_cif_new_datablock(CifHandle *cf,
                          const char * datablockName);
PURPOSE

ndb_cif_new_datablock allocates space in the CifHande data structure, specified by cf, to store a new datablock with the name datablockName.

RECEIVES

cf pointer to the CifHandle data structure
datablockName the name of the datablock to be added to the data structure

RETURN VALUE

Returns the current datablock number.

REMARKS

Function does provide new value to the cf.

See also: ndb_cif_new_category
  ndb_cif_new_row



Olivera Tosic
6/12/2002