eris: add lua_genlt comparison function to lua API

This commit is contained in:
2021-07-03 16:51:21 -04:00
parent 5b19d407fb
commit 9eaeebb2da
3 changed files with 28 additions and 1 deletions

View File

@@ -20,6 +20,11 @@
#include "lualib.h"
static int luaB_printaddr (lua_State *L) {
int n = lua_gettop(L);
}
static int luaB_print (lua_State *L) {
int n = lua_gettop(L); /* number of arguments */
int i;