aboutsummaryrefslogtreecommitdiff
path: root/ch8/8-05_fsize-extended.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-01-18Solve Exercise 8-05: fsize extendedzlg1-0/+77
This exercise uses the standard library instead of the homegrown dirent.h outlined in the book. This is due to misbehavior in outputting the file or directory names. This pointed to a data mismatch between the data model supplied by the book and the data model actually used by my operating system (GNU/Linux).