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

7 lines
82 B
C

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