MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dStrncat

Function dStrncat

Engine/source/core/strings/stringFunctions.h:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78inline char *dStrncat(char *dst, const char *src, dsize_t len)
79{
80 return strncat(dst, src, len);
81}
82
83inline S32 dStrcmp(const char *str1, const char *str2)
84{

Callers 4

expandPathFunction · 0.85
enumerateAdaptersMethod · 0.85
enumerateAdaptersMethod · 0.85
CreateMiniDumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected