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
/
insque.c
blob: 7f9658c6054a563819718e55370036e4871af867 (
plain
)
1
2
3
4
5
6
7
8
9
#include <search.h> void insque(void * element, void * pred) { } /* XOPEN(400) */