__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.