Function strtokR(char *, const char *, char **)¶
Defined in File strtok.cpp
Function Documentation¶
-
char *strtokR(char *s, const char *delim, char **savePtr)¶
Source code from glibc/string/strtok_r.c. arm-none-eabi-gcc does not have strtok_r, so we implement it ourselves.