COHERENT manpages

This page displays the COHERENT manpage for dbmclose() [Close a DBM data base].

List of available manpages
Index


dbmclose() -- DBM Function (libgdbm)

Close a DBM data base
#include <dbm.h>
void dbmclose()

Function dbmclose()  closes a DBM-style data base.   database points to the
data base  to be closed; it  must have been returned by  a call to function
dbminit().

See Also


Notes

This function is non-standard.  A program that uses it cannot be recompiled
on an orthodox UNIX system.

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