diff options
| author | dacctal <dacctalyt@gmail.com> | 2026-04-12 07:05:11 +0000 |
|---|---|---|
| committer | dacctal <dacctalyt@gmail.com> | 2026-04-12 07:05:11 +0000 |
| commit | 8af0d44643ee6e360871b3dc6225fb838b4d05a1 (patch) | |
| tree | 4c6a5acb0eb09d9c6bd0866b495ae6f82c466eec /include | |
| parent | 8be34eec7e3dc9852d7f29a4e333470d98008888 (diff) | |
CLA parsing
Diffstat (limited to 'include')
| -rw-r--r-- | include/cla_parse.hh | 4 |
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 |
