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