Practical C Programming, Third Edition by Steve Oualline Here are the changes made in the 6/99 reprint: (131) In the footnote, line 2: "pointers. as we'll see" now reads "pointers, as we'll see" (the period has been changed to a comma) {151} Example 10-10, used to read: printf("1/%f = %f\n", counter, RECIPROCAL(counter); It now reads: printf("1/%f = %f\n", counter, RECIPROCAL(counter)); (169) Typo: "algorthim" has been changed to "algorithm". (182) In para. 3, ("Summary"), line 2: "data type" now reads "data types"