1cdb_free(3) Library Functions Manual cdb_free(3)
23
4
NAME
6cdb_free - close a constant databased
7
SYNTAX
9#include <cdb.h>
1011
int cdb_free(struct cdb *c);
1213
DESCRIPTION
15cdb_free removes any memory mapping that cdb_init might have estabā
16lished.
1718
It will not close the file descriptor that you passed to cdb_init or
19attempt to call free() on the struct cdb pointer.
2021
SEE ALSO
23cdb_free(3), cdb_read(3), cdb_find(3), cdbmake(1)
2425
26
27
cdb_free(3)