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

Function StringStrspn

common/source/picoc/cstdlib/string.c:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void StringStrspn(
140 struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
141{
142 ReturnValue->Val->Integer = strspn(Param[0]->Val->Pointer, Param[1]->Val->Pointer);
143}
144
145void StringStrcspn(
146 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