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

Function strlen

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

Source from the content-addressed store, hash-verified

45}
46
47extern "C" size_t strlen(const char* _str)
48{
49 return bx::strLen(_str);
50}
51
52extern "C" size_t strnlen(const char* _str, size_t _max)
53{

Callers 15

LJLIB_RECFunction · 0.85
io_file_readlineFunction · 0.85
lib_debug.cFile · 0.85
luaL_optlstringFunction · 0.85
dostringFunction · 0.85
pushlineFunction · 0.85
dojitcmdFunction · 0.85
luaL_findtableFunction · 0.85
luaL_gsubFunction · 0.85
luaL_addstringFunction · 0.85
luaL_loadstringFunction · 0.85
lj_strfmt.cFile · 0.85

Calls 1

strLenFunction · 0.85

Tested by

no test coverage detected