changeset 5440:5be1a3bdef5d

Add a cross-reference to strtok_r.
author Bruno Haible <bruno@clisp.org>
date Fri, 12 Nov 2004 13:06:40 +0000
parents 3e96550b587f
children 72bde6466dac
files lib/strsep.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);