Function strtokR(char *, const char *, char **)

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.