Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ strcmp
Function
strcmp
3rdparty/bx/src/crtnone.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
extern
"C"
int32_t strcmp(const char* _lhs, const char* _rhs)
81
{
82
return bx::strCmp(_lhs, _rhs);
83
}
84
85
extern
"C"
int32_t strncmp(const char* _lhs, const char* _rhs, size_t _max)
86
{
Callers
15
predict_next
Function · 0.85
lib_debug.c
File · 0.85
luaL_checkoption
Function · 0.85
handle_script
Function · 0.85
lib_os.c
File · 0.85
emit_asm_label
Function · 0.85
emit_asm
Function · 0.85
nexttoken
Function · 0.85
emit_peobj
Function · 0.85
find_ffofs
Function · 0.85
libdef_lua
Function · 0.85
find_rec
Function · 0.85
Calls
1
strCmp
Function · 0.85
Tested by
9
ParseDefaultValueStr
Function · 0.68
test_string_id
Function · 0.68
test_dynamic_string
Function · 0.68
test_json
Function · 0.68
test_sjson
Function · 0.68
test_path
Function · 0.68
test_command_line
Function · 0.68
test_process
Function · 0.68
test_file_monitor
Function · 0.68