Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
extern
"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
69
extern
"C"
char* strcat(char* _dst, const char* _src)
70
{
Callers
15
lj_debug_shortname
Function · 0.85
luaO_chunkid
Function · 0.85
scanformat
Function · 0.85
ParseEXRHeader
Function · 0.85
ConvertHeader
Function · 0.85
SaveEXR
Function · 0.85
glslang_default_resource_string
Function · 0.85
SaveTextResult
Method · 0.85
fpp_hasdirectory
Function · 0.85
fpp_cppmain
Function · 0.85
scanformat
Function · 0.85
luaO_chunkid
Function · 0.85
Calls
1
strCopy
Function · 0.85
Tested by
no test coverage detected