aboutsummaryrefslogtreecommitdiff
path: root/include/cla_parse.hh
diff options
context:
space:
mode:
authordacctal <dacctalyt@gmail.com>2026-04-12 07:05:11 +0000
committerdacctal <dacctalyt@gmail.com>2026-04-12 07:05:11 +0000
commit8af0d44643ee6e360871b3dc6225fb838b4d05a1 (patch)
tree4c6a5acb0eb09d9c6bd0866b495ae6f82c466eec /include/cla_parse.hh
parent8be34eec7e3dc9852d7f29a4e333470d98008888 (diff)
CLA parsing
Diffstat (limited to 'include/cla_parse.hh')
-rw-r--r--include/cla_parse.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/cla_parse.hh b/include/cla_parse.hh
new file mode 100644
index 0000000..893c887
--- /dev/null
+++ b/include/cla_parse.hh
@@ -0,0 +1,4 @@
+#ifndef CLA_PARSE
+#define CLA_PARSE
+void cla_parse(int argc, char** argv);
+#endif