This commit is contained in:
anon
2023-11-18 01:46:10 +01:00
parent b47bd13141
commit 7a6e287566
12 changed files with 382 additions and 298 deletions

View File

@ -3,6 +3,7 @@
/* Parse arguments with perminant effects (-h)
* Perform validation.
*/
extern "C"
signed parse_round1_arguments(int argc, char * * argv);
#define CLI_H