MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / arith_div

Function arith_div

extlibs/lua/src/lstrlib.c:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315static int arith_div (lua_State *L) {
316 return arith(L, LUA_OPDIV, "__div");
317}
318
319static int arith_idiv (lua_State *L) {
320 return arith(L, LUA_OPIDIV, "__idiv");

Callers

nothing calls this directly

Calls 1

arithFunction · 0.85

Tested by

no test coverage detected