bomberpac/diet-sqlite/ffi.lua

6 lines
150 B
Lua
Raw Normal View History

-- works with luajit ffi or https://github.com/q66/cffi-lua
local ok, ffi = pcall(require, "ffi")
if not ok then ffi = require "cffi" end
return ffi