7 lines
89 B
Lua
7 lines
89 B
Lua
local ffi = require("ffi")
|
|
local lb = ffi.new("struct lb_core")
|
|
|
|
print(lb)
|
|
|
|
lb.spawn("")
|