Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dStrcat
Function
dStrcat
engine/source/platformAndroid/AndroidStrings.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
char* dStrcat(char *dst, const char *src)
48
{
49
return strcat(dst,src);
50
}
51
52
char* dStrncat(char *dst, const char *src, dsize_t len)
53
{
Callers
1
processMultipleTouches
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected