Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 221 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 221 Bytes

Exercise 8-1

Rewrite the program cat from Chapter 7 using read, write, open and close instead of their standard library equivalents.

Perform experiments to determine the relative speeds of the two versions.