From 760d4d5a0fc89e5b14681879577a80e79795e4a3 Mon Sep 17 00:00:00 2001 From: pepper Date: Mon, 19 Jan 2015 00:02:46 -0800 Subject: first --- midicsv-1.1/getopt.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 midicsv-1.1/getopt.h (limited to 'midicsv-1.1/getopt.h') diff --git a/midicsv-1.1/getopt.h b/midicsv-1.1/getopt.h new file mode 100644 index 0000000..50927bd --- /dev/null +++ b/midicsv-1.1/getopt.h @@ -0,0 +1,10 @@ + +extern int optind, optopt; +extern char *optarg; + +/* We do the following naming side-step to permit testing + our local getopt() on systems which include getopt() + and declare it incompatibly in stdio.h or stdlib.h. */ + +extern int Getopt(int nargc, char *nargv[], char *ostr); +#define getopt(a, b, c) Getopt(a, b, c) -- cgit v1.2.3-70-g09d2