This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Prefer strtok_r to strtok
- From: Roland McGrath <roland at redhat dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org, Ulrich Drepper <drepper at redhat dot com>
- Date: Mon, 25 Nov 2002 13:33:49 -0800
- Subject: Re: [PATCH] Prefer strtok_r to strtok
I don't know how portable libstdc++ is supposed to be, but strtok_r is a
latter addition (though you can probably always find it where you find
pthreads). strdup is nonstandard but has been in most systems for a decade.