From: Bruno Haible Date: Fri, 12 Nov 2004 16:55:30 +0000 (+0000) Subject: More caveats, taken from strtok_r.c. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd005939e57dd64ffa3610d7177979be34b2909;p=pspp More caveats, taken from strtok_r.c. --- diff --git a/lib/strsep.h b/lib/strsep.h index 3bf565ea94..5b5383f07a 100644 --- a/lib/strsep.h +++ b/lib/strsep.h @@ -39,6 +39,8 @@ empty fields. Caveat: It modifies the original string. + Caveat: These functions cannot be used on constant strings. + Caveat: The identity of the delimiting character is lost. Caveat: It doesn't work with multibyte strings unless all of the delimiter characters are ASCII characters < 0x30.