#include "cifparse.h"
char *ndb_cif_copy_value(CifHandle *cf,
const int colId);
ndb_cif_copy_item_value copies the value of the column specified by colId in the current row in CifHandle data strucutre specified by cf into the newly allocated string.
cf | pointer to the CifHandle data structure |
colId | identifies the column |
Returns the the newly allocated string that contains a copy value of the column or NULL if failure.
See also: | ndb_cif_get_item_value |
---|---|
ndb_cif_output_item |