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