xv6-cs450/stat.h
2006-09-07 13:08:23 +00:00

8 lines
82 B
C

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