This commit is contained in:
2025-07-21 08:51:27 -04:00
parent c792d6e796
commit cb4cc7d658
4 changed files with 60 additions and 54 deletions

View File

@@ -10,4 +10,12 @@
*/
int parse_standard_options(void (*usage_func)(), int argc, char **argv);
/**
* Setup the program
* @param argc Argument count
* @param argv Argument vector
* @return 0 on success, 1 if something fails
*/
int initialize_main(int *, char ***);
#endif