11 lines
178 B
C++
11 lines
178 B
C++
#ifndef CLI_H
|
|
|
|
/* Parse arguments with perminant effects (-h)
|
|
* Perform validation.
|
|
*/
|
|
extern "C"
|
|
signed parse_round1_arguments(int argc, char * * argv);
|
|
|
|
#define CLI_H
|
|
#endif
|