changeset 5443:f730db4795d6

More caveats, taken from strtok_r.c.
author Bruno Haible <bruno@clisp.org>
date Fri, 12 Nov 2004 16:55:30 +0000
parents 889c6c7bdc7c
children 68f8bfa26b00
files lib/strsep.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.