__strtok_r
Name
__strtok_r -- alias for strtok_r
Synopsis
char *__strtok_r(char
*__restrict
s
, __const
char *__restrict
delim
,
char **__restrict
save_ptr
);
Description
__strtok_r has the same
specification as strtok_r.
__strtok_r is not in the source
standard; it is only in the binary standard.