__db_ndbm_store
int __db_ndbm_store __P((DBM *, datum, datum, int));
#define dbm_store(a, b, c, d) __db_ndbm_store(a, b, c, d)