MCPcopy 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
69extern "C" char* strcat(char* _dst, const char* _src)
70{
71 bx::strCat(_dst, INT32_MAX, _src, INT32_MAX);
72 return _dst;
73}
74
75extern "C" const char* strchr(const char* _str, int _ch)
76{

Callers 5

luaO_chunkidFunction · 0.85
convert_to_stringFunction · 0.85
fpp_openincludeFunction · 0.85
DrawInfosMethod · 0.85
luaO_chunkidFunction · 0.85

Calls 1

strCatFunction · 0.85

Tested by

no test coverage detected