OC-Tsuki/ksrc/fs/foxfs/dir.lua
Sam Roxanne c9c05221d9 wot
2020-06-02 01:23:58 -05:00

14 lines
163 B
Lua

local dirent = struct {
endian="<",
{inode="I4"},
{name_size="H"},
{etype="B"}
}
local function fox_readdir(self, inode)
end
function prox:list(path)
end