Deletes a key and its associated contents.
DBM Library (libdbm.a)
#include <dbm.h>
delete ( key)
datum key;
The delete subroutine deletes a key and its associated contents.
key | Specifies the key to delete. |
Upon successful completion, this subroutine returns a value of 0. If unsuccessful, the subroutine returns a negative value.
The dbm_delete subroutine.
List of NDBM and DBM Programming References and NDBM Overview in AIX 5L Version 5.2 Communications Programming Concepts.