Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
cdb_free(3)		    Library Functions Manual		     cdb_free(3)

NAME
     cdb_free - close a constant databased

SYNTAX
     #include <libowfat/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 at-
     tempt to call free() on the struct cdb pointer.

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

								     cdb_free(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_cdb_free&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help