xv6-cs450/stat.h

8 lines
97 B
C
Raw Normal View History

2006-08-12 06:33:50 +02:00
struct stat {
int st_dev;
uint st_ino;
short st_type;
short st_nlink;
uint st_size;
};