aboutsummaryrefslogtreecommitdiff
path: root/ch3/3-04_itoa2.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-04-19Solve Exercise 3-4: itoa improvedzlg1-0/+71
arbitrarily long input lines while modifying `main()` 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.