fields-dirent 313 B

123456
  1. (* OpenBSD 5.2 /usr/include/sys/dirent.h *)
  2. d_fileno*: u_int32_t; (* file number of entry *)
  3. d_reclen*: u_int16_t; (* length of this record *)
  4. d_type*: u_int8_t; (* file type, see below *)
  5. d_namlen*: u_int8_t; (* length of string in d_name *)
  6. d_name*: ARRAY [untagged] 255 + 1 OF SHORTCHAR;