1cdb_free(3)                Library Functions Manual                cdb_free(3)
2
3
4

NAME

6       cdb_free - close a constant databased
7

SYNTAX

9       #include <cdb.h>
10
11       int cdb_free(struct cdb *c);
12
13

DESCRIPTION

15       cdb_free  removes  any  memory  mapping that cdb_init might have estabā€
16       lished.
17
18       It will not close the file descriptor that you passed  to  cdb_init  or
19       attempt to call free() on the struct cdb pointer.
20
21

SEE ALSO

23       cdb_free(3), cdb_read(3), cdb_find(3), cdbmake(1)
24
25
26
27                                                                   cdb_free(3)
Impressum