int tsmGetArg ( int argc, char **argv, char *arg ) Check if an option was supplied on the command line
Check if an option was supplied on the command line.This function will take the argc and argv variables that were passed to an application's main() function and will then test to see if a specific option string was supplied in the command line. The string comparison is case sensitive.