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

Function StringStrncasecmp

common/source/picoc/cstdlib/string.c:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void StringStrncasecmp(
41 struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
42{
43 ReturnValue->Val->Integer =
44 strncasecmp(Param[0]->Val->Pointer, Param[1]->Val->Pointer, Param[2]->Val->Integer);
45}
46
47void StringStrcat(
48 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