Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
inline char *dStrncat(char *dst, const char *src, dsize_t len)
79
{
80
return strncat(dst, src, len);
81
}
82
83
inline S32 dStrcmp(const char *str1, const char *str2)
84
{
Callers
4
expandPath
Function · 0.85
enumerateAdapters
Method · 0.85
enumerateAdapters
Method · 0.85
CreateMiniDump
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected