summaryrefslogtreecommitdiffstats
path: root/src/foodopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/foodopts.h')
-rw-r--r--src/foodopts.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/foodopts.h b/src/foodopts.h
new file mode 100644
index 0000000..544dd3f
--- /dev/null
+++ b/src/foodopts.h
@@ -0,0 +1,16 @@
+#ifndef __FOODOPTS_H
+#define __FOODOPTS_H
+
+#include <getopt.h>
+
+/**
+ * This is a wrapper on getopt.h, specifically
+ *
+ * It provides a unified interface for defining
+ * cli options, printing the help, and looping though
+ * the parsing results.
+ *
+ */
+
+
+#endif /* __FOODOPTS_H */