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

Function StringStrtok

common/source/picoc/cstdlib/string.c:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void StringStrtok(
164 struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
165{
166 ReturnValue->Val->Pointer = strtok(Param[0]->Val->Pointer, Param[1]->Val->Pointer);
167}
168
169void StringStrxfrm(
170 struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected