COHERENT manpages

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

List of available manpages
Index


gdbm_close() -- GDBM Function (libgdbm)

Close a GDBM data base
#include <gdbm.h>
void gdbm_close (database)
GDBM_FILE database;

Function  gdbm_close()  closes  the data  base  to  which database  points.
database must have been returned by a call to gdbm_open().

See Also


Notes

If  database were  opened into  mode GDBM_FAST,  gdbm_close() automatically
calls  gdbm_sync() to  flush buffered  data  into the  data base  before it
closes database.

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