char* tsmCvsToString ( char *cvsString )

Return a printable version of a CVS string

Documentation

Return a printable version of a CVS string.

This function will return a new string with the CVS keyword and Revision: 1.18 $", then this function will return a new string "1.14". N.B. you should free this string when you are finished with it.

Returns:
the CVS string with the CVS keyword and dollars removed
Parameters:
cvsString - a CVS format string
See Also:


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page