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
/
stdlib
/
setkey.c
blob: 82e12934f5380e204fd50cc3ac1190bbaba13418 (
plain
)
1
2
3
4
5
6
7
8
9
#include <stdlib.h> void setkey(const char * key) { } /* XOPEN(4) */