Skip to content
Snippets Groups Projects
stat.h 97 B
Newer Older
kaashoek's avatar
kaashoek committed
struct stat {
  int st_dev;
  uint st_ino;
  short st_type;
  short st_nlink;
  uint st_size;
};