summaryrefslogtreecommitdiff
path: root/stat.h
blob: caf0416e1fbb257c3a6f1b7a7ad0f68c9dd50821 (plain)
1
2
3
4
5
6
7
struct stat {
  int st_dev;
  uint st_ino;
  short st_type;
  short st_nlink;
  uint st_size;
};