source:
trunk/sys/dietlibc/getopt_data.c
@
266
Last change on this file since 266 was 1, checked in by , 8 years ago | |
---|---|
File size: 117 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | #include <getopt.h> |
2 | #include <unistd.h> | |
3 | #include <string.h> | |
4 | ||
5 | int opterr=1; | |
6 | int optopt; | |
7 | ||
8 | int optind=1; | |
9 | char *optarg; | |
10 |
Note: See TracBrowser
for help on using the repository browser.