MCPcopy 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
47char* dStrcat(char *dst, const char *src)
48{
49 return strcat(dst,src);
50}
51
52char* dStrncat(char *dst, const char *src, dsize_t len)
53{

Callers 1

processMultipleTouchesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected