Files
zig-squashfs/src/inode.zig
T
Caleb J. Gardner 428f938c3a Restart (once again)
2026-01-15 06:40:59 -06:00

6 lines
93 B
Zig

pub const Ref = packed struct {
_: u16,
table_offset: u32,
block_offset: u16,
};