Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
extern
"C"
size_t strlen(const char* _str)
48
{
49
return bx::strLen(_str);
50
}
51
52
extern
"C"
size_t strnlen(const char* _str, size_t _max)
53
{
Callers
15
LJLIB_REC
Function · 0.85
io_file_readline
Function · 0.85
lib_debug.c
File · 0.85
luaL_optlstring
Function · 0.85
dostring
Function · 0.85
pushline
Function · 0.85
dojitcmd
Function · 0.85
luaL_findtable
Function · 0.85
luaL_gsub
Function · 0.85
luaL_addstring
Function · 0.85
luaL_loadstring
Function · 0.85
lj_strfmt.c
File · 0.85
Calls
1
strLen
Function · 0.85
Tested by
no test coverage detected