#include "cifparse.h"
int ndb_cif_insert_new_row(const int rowNo);
ndb_cif_insert_new_row allocates space for a new row in the current category of the current datablock and places it as row number rowNo.
| rowNo | where the new row will be placed |
Returns the current row or 0 for failure.
| None |