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

Function dStrcpy

engine/source/platformEmscripten/EmscriptenStrings.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183char* dStrcpy(char *dst, const char *src)
184{
185 AssertFatal(dst && src, "bad strings passed to dStrcpy()");
186 return strcpy(dst,src);
187}
188
189char* dStrncpy(char *dst, const char *src, dsize_t len)
190{

Callers 7

InitOpenGLFunction · 0.70
recurseDumpDirectoriesFunction · 0.70
dStrdup_rFunction · 0.70
dStrnewFunction · 0.70
EmscriptenPlatStateMethod · 0.70
ConsoleFunctionFunction · 0.70
getJoystickAxesStringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected