The following is true of the EPUB version of the book that I got from nostarch.com in July of 2020. I don't know if it's true of any other version.
Listing 2-2 contains the line:
|
printf("There are %u,%o leaves here.\n", b, b); |
but the prose following Listing 2-2 (describing the output when running the compiled Listing 2-2) says, "...yielding the message There are 69,105 leaves in here". The prose added an extra word: in
The following is true of the EPUB version of the book that I got from nostarch.com in July of 2020. I don't know if it's true of any other version.
Listing 2-2 contains the line:
ccc/chapter_2/listing_2_2.cpp
Line 7 in 369b295
but the prose following Listing 2-2 (describing the output when running the compiled Listing 2-2) says, "...yielding the message
There are 69,105 leaves in here". The prose added an extra word:in