D Eloquence Library
int cc = idb_init(max_db, max_path, max_buf, max_open); int max_db; int max_path; int max_buf; int max_open;All arguments are ignored and are only present for compatibility with the previous implementation of the database library.
All function arguments are ignored and are only present to achieve source and binary (in case of eloqdb.dll) compatibility with the previous implementation. You should pass a zero value for all arguments.
if(idb_init(0,0,0,0)) { printf("unable to setup database subsystem"); exit(1); }