Practical C Programming, 3rd edition by Steve Oualline The following errata were *corrected* in the 3/07 reprint: This page was updated February 23, 2007 Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification +n: n'th paragraph from the top of the page -n: n'th paragraph from the bottom of the page ######################################## (128) Fig 9-2, 4 lines from bottom The curly braces should be closing } and not opening { ######################################## {190} Fig 13-5, 3rd code example void inc_count(int *count ptr) -> void inc_counter(int* counter_ptr) ########################################