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

Function dStrncat

Engine/source/core/strings/stringFunctions.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55inline char *dStrncat(char *dst, const char *src, dsize_t len)
56{
57 return strncat(dst,src,len);
58}
59
60inline S32 dStrcmp(const char *str1, const char *str2)
61{

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected