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