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

Function dStrncpy

engine/source/platformEmscripten/EmscriptenStrings.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189char* dStrncpy(char *dst, const char *src, dsize_t len)
190{
191 return strncpy(dst,src,len);
192}
193
194dsize_t dStrlen(const char *str)
195{

Callers 8

MungeCaseFunction · 0.70
DirExistsFunction · 0.70
MungePathFunction · 0.70
createPathMethod · 0.70
DisplayErrorAlertFunction · 0.70
setWindowTitleMethod · 0.70
loadAxisInfoMethod · 0.70
Torque2D_postConsoleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected