MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / l_c_str_cmp

Function l_c_str_cmp

src/Chain/libraries/glua/lvm.cpp:284–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284static int l_c_str_cmp(const char *l, const char *r)
285{
286 if (strcmp(l, r) == 0)
287 return 0;
288 lua_table_less cmp_op;
289 return cmp_op(l, r) ? -1 : 1;
290}
291
292
293/*

Callers 2

luaV_lessthanFunction · 0.85
luaV_lessequalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected