#include "cifparse.h"
int ndb_cif_next_row(CifHandle *cf);
ndb_cif_next_row changes the current row, in the CifHandle data structure specified by cf, to the next one.
cf | pointer to the CifHandle data structure |
Returns the number of the new current row or 0 for failure.
Function does provide new value to the cf.
See also: | ndb_cif_next_datablock |
---|---|
ndb_cif_next_category | |
ndb_cif_next_column |