Re: strtok and strtok_r



Ben Pfaff wrote:
siddhu <siddharth.sng@xxxxxxxxx> writes:

As I know strtok_r is re-entrant version of strtok.

This is true on a system compliant with, e.g., POSIX, but it is
not required by C. Followups set.

In addition, all names beginning with 'str' and followed by a lower
case char are reserved to the system. Thus strtok_r is not an
available name for the user.

--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net>



--
Posted via a free Usenet account from http://www.teranews.com

.