OC-Tsuki/ksrc/fs/foxfs/dir.lua
Jane Roxanne e44d6177a0 kio++
2020-06-02 01:14:26 -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