Files
contra/source/cli.h
2023-11-13 23:17:24 +01:00

10 lines
167 B
C

#ifndef CLI_H
/* Parse arguments with perminant effects (-h)
* Perform validation.
*/
signed parse_round1_arguments(int argc, char * * argv);
#define CLI_H
#endif