X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrsep.h;h=5b5383f07a7eed1709232635b7643cc17887c126;hb=a10e3d19c8c812a60794c247ff6940a04ed51bea;hp=eeb0862bc6348922a5c6e73aca431ce77c8d28c4;hpb=44fd637accbdb4f21edb7cc5194f5cf0848eac62;p=gnulib.git diff --git a/lib/strsep.h b/lib/strsep.h index eeb0862bc..5b5383f07 100644 --- a/lib/strsep.h +++ b/lib/strsep.h @@ -39,8 +39,12 @@ 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. */ + characters are ASCII characters < 0x30. + + See also strtok_r(). */ extern char *strsep (char **stringp, const char *delim);