Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
inline char *dStrncat(char *dst, const char *src, dsize_t len)
56
{
57
return strncat(dst,src,len);
58
}
59
60
inline S32 dStrcmp(const char *str1, const char *str2)
61
{
Callers
7
expandPath
Function · 0.85
enumerateAdapters
Method · 0.85
enumerateAdapters
Method · 0.85
enumerateAdapters
Method · 0.85
enumerateAdapters
Method · 0.85
resize
Method · 0.85
CreateMiniDump
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected