MCPcopy 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
80extern "C" int32_t strcmp(const char* _lhs, const char* _rhs)
81{
82 return bx::strCmp(_lhs, _rhs);
83}
84
85extern "C" int32_t strncmp(const char* _lhs, const char* _rhs, size_t _max)
86{

Callers 15

predict_nextFunction · 0.85
lib_debug.cFile · 0.85
luaL_checkoptionFunction · 0.85
handle_scriptFunction · 0.85
lib_os.cFile · 0.85
emit_asm_labelFunction · 0.85
emit_asmFunction · 0.85
nexttokenFunction · 0.85
emit_peobjFunction · 0.85
find_ffofsFunction · 0.85
libdef_luaFunction · 0.85
find_recFunction · 0.85

Calls 1

strCmpFunction · 0.85

Tested by 9

ParseDefaultValueStrFunction · 0.68
test_string_idFunction · 0.68
test_dynamic_stringFunction · 0.68
test_jsonFunction · 0.68
test_sjsonFunction · 0.68
test_pathFunction · 0.68
test_command_lineFunction · 0.68
test_processFunction · 0.68
test_file_monitorFunction · 0.68