debian man page for cdb_free

Query: cdb_free

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

cdb_free(3)						     Library Functions Manual						       cdb_free(3)

NAME
cdb_free - close a constant databased
SYNTAX
#include <cdb.h> int cdb_free(struct cdb *c);
DESCRIPTION
cdb_free removes any memory mapping that cdb_init might have established. It will not close the file descriptor that you passed to cdb_init or attempt to call free() on the struct cdb pointer.
SEE ALSO
cdb_free(3), cdb_read(3), cdb_find(3), cdbmake(1) cdb_free(3)
Related Man Pages
cdbr_entries(3) - netbsd
cdbw_close(3) - netbsd
cdbw_output(3) - netbsd
cdbw_open(3) - netbsd
cdbw_put(3) - netbsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?