Guest User

Untitled

a guest
Oct 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. struct dirent {
  2. ino_t d_ino; /* inode number */
  3. off_t d_off; /* not an offset; see NOTES */
  4. unsigned short d_reclen; /* length of this record */
  5. unsigned char d_type; /* type of file; not supported
  6. by all filesystem types */
  7. char d_name[256]; /* filename */
  8. };
Add Comment
Please, Sign In to add comment