Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
strtok.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * strtokR (char *s, const char *delim, char **savePtr)
 

Function Documentation

◆ strtokR()

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.