MCPcopy Create free account
hub / github.com/PlutoLang/Pluto / luaB_smod

Function luaB_smod

src/lbaselib.cpp:827–830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825
826
827static int luaB_smod (lua_State *L) {
828 lua_pushinteger(L, luaL_checkinteger(L, 1) % luaL_checkinteger(L, 2));
829 return 1;
830}
831
832
833static int luaB_umod (lua_State *L) {

Callers

nothing calls this directly

Calls 1

lua_pushintegerFunction · 0.85

Tested by

no test coverage detected