diff options
Diffstat (limited to 'src/Getopt.h')
-rw-r--r-- | src/Getopt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Getopt.h b/src/Getopt.h new file mode 100644 index 0000000..ed759be --- /dev/null +++ b/src/Getopt.h @@ -0,0 +1,4 @@ +#include <getopt.h> + +int getopt_long(int argc, char * const argv[], + const struct option *longopts, int *longindex); |