分类: C/C++
2010-02-23 11:51:02
These functions modify their first argument.These functions cannot be used on constant strings.
The identity of the delimiting character is lost.
The strtok() function uses a static buffer while parsing, so it's not thread safe. Use strtok_r() if this matters to you.