COHERENT manpages

This page displays the COHERENT manpage for delete() [Delete a record from a DBM data base].

List of available manpages
Index


delete() -- DBM Function (libgdbm)

Delete a record from a DBM data base
#include <dbm.h>
int delete (key)
datum key;

Function delete()  deletes the  record with  key from the  currently opened
data  base.   The data  base  must first  have  been opened  by  a call  to
dbminit().

If all goes well, delete() returns  zero.  If an error occurs, it returns a
negative value.

See Also


Notes

For  a statement  of copyright  and  permissions on  this routine,  see the
Lexicon entry for libgdbm.