Initial commit

This commit is contained in:
2026-08-23 11:11:36 +03:00
commit 0548f8de26
97 changed files with 20841 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const c = @import("c");
const lua = @import("lua.zig");
pub inline fn open(L: *lua.State) void {
_ = c.luaopen_buffer(@ptrCast(L));
}