void tsmParseInitArgs ( int argc, char **argv ) Implement any standard tsmApi command line options
Implement any standard tsmApi command line options.This function can be used to allow your programs to support any standard command line arguments for setting initial tsmApi state. If used, it should be the first tsmApi call that you make.
Currently the supported options are:
- "-debug <level>": If found, the value after the -debug option will be used to set the tsmApi debug trace level. This should be a value in the range 0-5 (a warning will be output if an invalid value is given and the value will be clamped).
- "-version": will display the tsmApi release date and version number to stdout. Also, if DPSS support is compiled in, then the DPSS library version information is displayed too.
N.B. The string comparison for option matching is case sensitive.