10 lines
167 B
C
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
|