This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- by [email protected] | |
-- contains some code by Caldas Lopes: https://github.com/linux-man/lovefs | |
-- License: MIT | |
local ffi = require("ffi") | |
local bit = require("bit") | |
local fs | |
if ffi.os == "Windows" then | |
local lib = ffi.C |