From aa0d78815004ae6b0c4a42b0e024f5c4ef555ae2 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 24 May 2026 10:23:38 +0000 Subject: c rewrite --- include/cla_parse.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/cla_parse.h (limited to 'include/cla_parse.h') diff --git a/include/cla_parse.h b/include/cla_parse.h new file mode 100644 index 0000000..68f1c49 --- /dev/null +++ b/include/cla_parse.h @@ -0,0 +1,6 @@ +#ifndef CLA_PARSE_H +#define CLA_PARSE_H + +void cla_parse(int argc, char **argv); + +#endif \ No newline at end of file -- cgit v1.2.3