UTIL StripToken: Difference between revisions
Jump to navigation
Jump to search
(Created page.) |
m (Catego) |
||
| Line 8: | Line 8: | ||
==Examples== | ==Examples== | ||
{{todo|Add examples.}} | {{todo|Add examples.}} | ||
[[Category:UTIL]] | |||
Revision as of 12:11, 9 August 2021
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.