|
|
1.1 root 1: #ifndef _GETOPT_
2: #define _GETOPT_
3:
4: int getopt(int argc, char **argv, char *optstring);
5:
6: extern char *optarg; // returned arg to go with this option
7: extern int optind; // index to next argv element to process
8: extern int opterr; // should error messages be printed?
9: extern int optopt; //
10:
11: #define BADCH ('?')
12:
13: #endif // _GETOPT
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.