__db_ndbm_open
DBM *__db_ndbm_open __P((const char *, int, int));
#define dbm_open(a, b, c) __db_ndbm_open(a, b, c)