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