Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ strncmp
Function
strncmp
3rdparty/bx/src/crtnone.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
extern
"C"
int32_t strncmp(const char* _lhs, const char* _rhs, size_t _max)
86
{
87
return bx::strCmp(_lhs, _rhs, _max);
88
}
89
90
extern
"C"
int32_t strcasecmp(const char* _lhs, const char* _rhs)
91
{
Callers
15
clib_check_lds
Function · 0.85
clib_resolve_lds
Function · 0.85
loadjitmodule
Function · 0.85
jitopt_flag
Function · 0.85
jitopt_param
Function · 0.85
jit_cpudetect
Function · 0.85
emit_asm_reloc_text
Function · 0.85
emit_asm_label
Function · 0.85
nexttoken
Function · 0.85
emit_fold
Function · 0.85
libdef_name
Function · 0.85
libdef_push
Function · 0.85
Calls
1
strCmp
Function · 0.85
Tested by
no test coverage detected