Initial commit
This commit is contained in:
Vendored
+7
@@ -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));
|
||||
}
|
||||
Reference in New Issue
Block a user