aboutsummaryrefslogtreecommitdiff
path: root/ch3/3-01_binsearch2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-16Solve Exercise 3-1: binsearch2zlg1-0/+71
ain()` only. I've only changed the name of the macro MAXLINE to BUFFSIZE for clarity - otherwise the code is typed up exactly as found in the book. It demonstrates the use of a buffer without modifying any of the helper functions.