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
/
unistd
/
optarg.c
blob: 8eddca9ddc0f6a60d63c82acb790d8b8dd373d0d (
plain
)
1
2
3
4
5
6
7
#include "sys/types.h" #include <unistd.h> char * optarg; /* POSIX(2) */