|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|

Go to the source code of this file.
Functions | |
| char * | strtokR (char *s, const char *delim, char **savePtr) |
| 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.