xv6-riscv-rust/stat.h

8 lines
97 B
C

struct stat {
int st_dev;
uint st_ino;
short st_type;
short st_nlink;
uint st_size;
};