logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdb_free - close a constant databased

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.

Name

       cdb_free - close a constant databased

See Also

cdb_free(3), cdb_read(3), cdb_find(3), cdbmake(1)

                                                                                                     cdb_free(3)

Syntax

#include<libowfat/cdb.h>

       int cdb_free(struct cdb *c);

See Also