(gdbm.info.gz) Close

Info Catalog (gdbm.info.gz) Open (gdbm.info.gz) Top (gdbm.info.gz) Store
 
 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'.
 
Info Catalog (gdbm.info.gz) Open (gdbm.info.gz) Top (gdbm.info.gz) Store
automatically generated by info2html