2006-08-12 04:33:50 +00:00
|
|
|
struct stat {
|
2006-09-07 14:12:30 +00:00
|
|
|
int dev; // Device number
|
|
|
|
uint ino; // Inode number on device
|
|
|
|
short type; // Type of file
|
|
|
|
short nlink; // Number of links to file
|
|
|
|
uint size; // Size of file in bytes
|
2006-08-12 04:33:50 +00:00
|
|
|
};
|