Skip to content
Snippets Groups Projects
  • kaashoek's avatar
    fstat · 1f544842
    kaashoek authored
    primitive ls
    1f544842
stat.h 97 B
struct stat {
  int st_dev;
  uint st_ino;
  short st_type;
  short st_nlink;
  uint st_size;
};