manpagez: man pages & more
info gdbm
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5 Closing the database.

It is important that every file opened is also closed. This is needed to update the reader/writer count on the file:

gdbm interface: void gdbm_close (GDBM_FILE dbf)

This function closes the gdbm file and frees all memory associated with it. The parameter is:

dbf

The pointer returned by gdbm_open.


This document was generated on January 24, 2014 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.