summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libgdbm.tex
blob: 96be1653e45b9985b564c9fd958fcbe8c40c47b8 (plain)
1
2
3
4
5
6
7
8
\section{Built-in Module \sectcode{gdbm}}
\bimodindex{gdbm}

This module is nearly identical to the \code{dbm} module, but uses
GDBM instead.  Its interface is identical, and not repeated here.

Warning: the file formats created by gdbm and dbm are incompatible.
\bimodindex{dbm}