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
/
ACTION.h
blob: 30a349aa6faa8aeaec4fde4837a298abedb3fa04 (
plain
)
1
2
3
4
5
6
7
8
#include <search.h> typedef enum { FIND, ENTER } ACTION; /* XOPEN(4) */