On Fri, 6 Apr 2007, Pavel Zakharov wrote:
It seems to me that it's better to implement own strtok_s for MS VC
2003 in order not to change library sources and don't assume that library
will not rely on stored states.

Note that there is a strtok_r() implementation in src/ansilib/strtok.c. This is only used by legacy UNIX platforms, but it would be easy enough to use it as a strtok_s() in your VC2003 environment.

-- Mark --

http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.
Si vis pacem, para bellum.
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to