Closes a database.
DBM Library (libdbm.a)
#include <dbm.h>
void dbmclose ( db)
DBM *db;
The dbmclose subroutine closes a database.
db | Specifies the database to close. |
The dbm_close subroutine.
List of NDBM and DBM Programming References and NDBM Overview in AIX 5L Version 5.2 Communications Programming Concepts.