MCPcopy Create free account
hub / github.com/SOUI2/soui / lt_s64

Function lt_s64

components/ScriptModule-LUA/lua_tinker/lua_tinker.cpp:42–46  ·  view source on GitHub ↗

---------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

40
41/*---------------------------------------------------------------------------*/
42static int lt_s64(lua_State *L)
43{
44 lua_pushboolean(L, memcmp(lua_topointer(L, 1), lua_topointer(L, 2), sizeof(long long)) < 0);
45 return 1;
46}
47
48/*---------------------------------------------------------------------------*/
49static int le_s64(lua_State *L)

Callers

nothing calls this directly

Calls 2

lua_pushbooleanFunction · 0.85
lua_topointerFunction · 0.85

Tested by

no test coverage detected