Fix reveng

This commit is contained in:
marshmellow42 2015-06-07 00:10:54 -04:00
commit f46c366321
7 changed files with 68 additions and 39 deletions

View file

@ -21,5 +21,5 @@
*/
extern char *optarg;
extern int optind, opterr, optopt;
extern int optind, opterr, optopt, pos;
int getopt(int argc, char *argv[], const char *optstring);