I was actually just looking for a C book. I already "know" (I use the term loosely) C but have little insight into how to write real code, and any best practices.
I agree. The Guide doesn't give many real-world examples (there are zillions of those already out in the real world). It's about how to swing a hammer and turn a screwdriver, not how to build a house.
That said, I try to make K&R-idiomatic examples when I can. They're just small-scale.
Will check this out.