From: Bruno Haible Date: Fri, 12 Nov 2004 13:06:40 +0000 (+0000) Subject: Add a cross-reference to strtok_r. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17166eb77de82b163450148f1bc2fb0e7e9cb024;p=pspp Add a cross-reference to strtok_r. --- 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);