index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ndbm
/
dbm_error.c
blob: 0d4082376460df188356becf2dd7813f23c04c43 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <ndbm.h> int dbm_error(DBM * db) { return 0; } /* XOPEN(400) */