#include "cifparse.h"
int ndb_cif_init(CifHandle *cf);
ndb_cif_init initializes CifHandle data structure specified by cf. This function must be called before any other CIFPARSE functions.
cf | pointer to the initialized CifHandle data structure |
Returns 1 for success or 0 for failure.
Function does provide new value to the cf.
See also: | ndb_cif_close |
---|