
varargs int mdbm_exists(int handle, string key)
When called with both a "handle" and a key this kfun checks for the existence of such a key in a mdbm database that has previously been opened by a call to the mdbm_open() kfun. The "handle" returned by that kfun is used as an argument to this kfun.
Zero is returned to indicate failure, one to indicate success.
HTMLised 1998 Greg Lewis (glewis@maths.adelaide.edu.au)