The information in this article applies to:
SUMMARY
Sometimes it is mistakenly assumed that when the C strtok() function
inserts a null character ('\0') into the source string at the end of a
token, the length of the source string increases by this new character.
This is not the case because an additional character is not actually being
inserted. Instead, the delimiter that strtok() found to indicate the end of
the token is replaced by the null character.
Additional query words:
Keywords : kbCRT kbVC100 kbVC150 kbVC200 kbVC400 kbVC500 |
Last Reviewed: July 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |