Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ strcat
Function
strcat
3rdparty/bx/src/crtnone.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
extern
"C"
char* strcat(char* _dst, const char* _src)
70
{
71
bx::strCat(_dst, INT32_MAX, _src, INT32_MAX);
72
return _dst;
73
}
74
75
extern
"C"
const char* strchr(const char* _str, int _ch)
76
{
Callers
5
luaO_chunkid
Function · 0.85
convert_to_string
Function · 0.85
fpp_openinclude
Function · 0.85
DrawInfos
Method · 0.85
luaO_chunkid
Function · 0.85
Calls
1
strCat
Function · 0.85
Tested by
no test coverage detected