Skip to content

Instantly share code, notes, and snippets.

View fjzhangZzzzzz's full-sized avatar
🎯
Focusing

大表哥 fjzhangZzzzzz

🎯
Focusing
View GitHub Profile
@fjzhangZzzzzz
fjzhangZzzzzz / luavm.c
Created July 6, 2022 13:07 — forked from cloudwu/luavm.c
Lua VM wrapper
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
#include <stdarg.h>
#include <string.h>
#define ERRLOG 1
#define MSGTABLE 2
#define RETOP 2