name='generator' content='cgit v1.2.3-54-g00ecf'/>
aboutsummaryrefslogtreecommitdiff
path: root/ch8 (unfollow)
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).
2022-01-09Solve Exercise 8-4: fseek() implementationzlg2-11/+68