Read N Characters Given Read4
Problem
Given a method read4 that reads 4 characters at a time, implement read(buf, n) that reads n characters from a file.
Loading...
Given a method read4 that reads 4 characters at a time, implement read(buf, n) that reads n characters from a file.