7 lines
82 B
C
7 lines
82 B
C
struct stat {
|
|
int dev;
|
|
uint ino;
|
|
short type;
|
|
short nlink;
|
|
uint size;
|
|
};
|