xv6-riscv-rust/stat.h

8 lines
82 B
C

struct stat {
int dev;
uint ino;
short type;
short nlink;
uint size;
};