source: trunk/sys/dietlibc/getopt_data.c @ 233

Last change on this file since 233 was 1, checked in by alain, 7 years ago

First import

File size: 117 bytes
Line 
1#include <getopt.h>
2#include <unistd.h>
3#include <string.h>
4
5int opterr=1;
6int optopt;
7
8int optind=1;
9char *optarg;
10
Note: See TracBrowser for help on using the repository browser.