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

Function StringStrlen

common/source/picoc/cstdlib/string.c:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72#endif
73
74void StringStrlen(
75 struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
76{
77 ReturnValue->Val->Integer = strlen(Param[0]->Val->Pointer);
78}
79
80void StringMemset(
81 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