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

Function StringStrstr

common/source/picoc/cstdlib/string.c:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void StringStrstr(
158 struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
159{
160 ReturnValue->Val->Pointer = strstr(Param[0]->Val->Pointer, Param[1]->Val->Pointer);
161}
162
163void StringStrtok(
164 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