From 17166eb77de82b163450148f1bc2fb0e7e9cb024 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 12 Nov 2004 13:06:40 +0000 Subject: [PATCH] Add a cross-reference to strtok_r. --- lib/strsep.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/strsep.h b/lib/strsep.h index eeb0862bc6..3bf565ea94 100644 --- a/lib/strsep.h +++ b/lib/strsep.h @@ -40,7 +40,9 @@ Caveat: It modifies the original string. 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); -- 2.30.2