From fbd005939e57dd64ffa3610d7177979be34b2909 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 12 Nov 2004 16:55:30 +0000 Subject: [PATCH] More caveats, taken from strtok_r.c. --- lib/strsep.h | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.30.2