db (3) Linux Manual Page
NAME dbopen – database access methods SYNOPSIS #include <db.h> #include <fcntl.h> #include <limits.h> #include <sys/types.h> DB *dbopen(const char *file, int flags, int mode, DBTYPE type, const void *openinfo); DESCRIPTION Note well: This page documents interfaces provided in glibc up until version 2.1. Since version 2.2, glibc no longer provides these interfaces. Probably, you are looking…
