xv6-cs450/stat.h

8 lines
82 B
C
Raw Normal View History

2006-08-12 06:33:50 +02:00
struct stat {
2006-09-07 15:08:23 +02:00
int dev;
uint ino;
short type;
short nlink;
uint size;
2006-08-12 06:33:50 +02:00
};