aboutsummaryrefslogtreecommitdiff
path: root/src/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/args.h')
-rw-r--r--src/args.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/args.h b/src/args.h
new file mode 100644
index 0000000..1bbc234
--- /dev/null
+++ b/src/args.h
@@ -0,0 +1,5 @@
+#ifndef __ARGS__
+#define __ARGS__
+#include <string.h>
+int args_getopt(int argc, char *argv[], const char *optstring, char **args_optarg);
+#endif
Feel free to download, copy and edit any repo