MCPcopy Create free account
hub / github.com/FlagBrew/PKSM / StringStrtok_r

Function StringStrtok_r

common/source/picoc/cstdlib/string.c:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void StringStrtok_r(
184 struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
185{
186 ReturnValue->Val->Pointer =
187 (void*)strtok_r(Param[0]->Val->Pointer, Param[1]->Val->Pointer, Param[2]->Val->Pointer);
188}
189#endif
190
191/* all string.h functions */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected