MCPcopy Create free account
hub / github.com/crownengine/crown / strncpy

Function strncpy

3rdparty/bx/src/crtnone.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63extern "C" void* strncpy(char* _dst, const char* _src, size_t _num)
64{
65 bx::strCopy(_dst, INT32_MAX, _src, _num);
66 return _dst;
67}
68
69extern "C" char* strcat(char* _dst, const char* _src)
70{

Callers 15

lj_debug_shortnameFunction · 0.85
luaO_chunkidFunction · 0.85
scanformatFunction · 0.85
ParseEXRHeaderFunction · 0.85
ConvertHeaderFunction · 0.85
SaveEXRFunction · 0.85
SaveTextResultMethod · 0.85
fpp_hasdirectoryFunction · 0.85
fpp_cppmainFunction · 0.85
scanformatFunction · 0.85
luaO_chunkidFunction · 0.85

Calls 1

strCopyFunction · 0.85

Tested by

no test coverage detected