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
/
search
/
hcreate.c
blob: bbde96e71bd791081b30ba4f035fe7e440c682e6 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <search.h> int hcreate(size_t nel) { return 0; } /* XOPEN(4) */