summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/libcruft/getopt_data.c
blob: 514e8f7f8f173247d5857eda875542cda7384c3f (plain)
1
2
3
4
5
6
7
8
9
10
#include <getopt.h>
#include <unistd.h>
#include <string.h>

int opterr=1;
int optopt;

int optind=1;
char *optarg;