UTIL StripToken
Jump to navigation
Jump to search
A UTIL function copies the *pKey
string to *pDest
until it hits a null or hashtag (#) character. It is meant for redundant keynames.[Clarify]
Usage
void UTIL_StripToken( const char *pKey, char *pDest )
Examples
Todo: Add examples.