MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / dStrnew

Function dStrnew

engine/source/platformAndroid/AndroidStrings.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40char *dStrnew(const char *src)
41{
42 char *buffer = new char[dStrlen(src) + 1];
43 dStrcpy(buffer, src);
44 return buffer;
45}
46
47char* dStrcat(char *dst, const char *src)
48{

Callers

nothing calls this directly

Calls 2

dStrlenFunction · 0.70
dStrcpyFunction · 0.70

Tested by

no test coverage detected