Hi Mark, The task becomes very simple, thanks!
Pavel -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Crispin Sent: Friday, April 06, 2007 2:04 PM To: Pavel Zakharov Cc: [email protected] Subject: RE: [Imap-uw] MS Visual Studio 2003 compilation problems 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
