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

Function StringStrncat

common/source/picoc/cstdlib/string.c:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void StringStrncat(
54 struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
55{
56 ReturnValue->Val->Pointer =
57 strncat(Param[0]->Val->Pointer, Param[1]->Val->Pointer, Param[2]->Val->Integer);
58}
59
60#ifndef WIN32
61void StringIndex(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected