1 #ifndef ARGUMENTPARSER_H 2 #define ARGUMENTPARSER_H 69 #endif // ARGUMENTPARSER_H int initArgumentParser(int argc, char *argv[])
Initializes the simple command-line parsing module.
char * getValueForOption(char *keyName)
Gets the corresponding value for a given option key ("-key=value")
char * getCommand(void)
Retrieves the program name.
int getNumberOfArguments(void)
char * getArgument(int index)
Retrieves an argument.