extern "C" CMDAPIIMPORT void CMDSetNameAndVersionStrings ( void * Interpreter, const char * name, const char * version ) ;
The name and version number of the command interpreter front end, that are printed by CMDPrintVersionString(), are set to the strings specified for the given instance of the command interpreter.
Note: The function does not make an internal copy of the data. The strings must therefore not be freed or destroyed without first calling this function again to set the name and version strings to point to other strings.