aboutsummaryrefslogtreecommitdiffstats
path: root/argparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'argparse.h')
-rw-r--r--argparse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/argparse.h b/argparse.h
new file mode 100644
index 0000000..5d643c1
--- /dev/null
+++ b/argparse.h
@@ -0,0 +1,6 @@
+#ifndef HAVE_ARGPARSE_H
+#define HAVE_ARGPARSE_H
+
+void argparse(int argc, char **argv);
+
+#endif