Type dirent64 [src]
Source
pub const dirent64 = switch (native_os) {
.linux => extern struct {
ino: c_ulong,
off: c_ulong,
reclen: c_ushort,
type: u8,
name: [256]u8,
},
else => void,
}
pub const dirent64 = switch (native_os) {
.linux => extern struct {
ino: c_ulong,
off: c_ulong,
reclen: c_ushort,
type: u8,
name: [256]u8,
},
else => void,
}