This list really just scratches the surface of the standard C libraries and C syntax. You can't really call it comprehensive if it's missing something as fundamental as memcpy(). As a truly comprehensive reference for serious C programmers, I'd recommend this book:<p><i>C: A Reference Manual</i>, by Harbison and Steele<p><a href="http://www.amazon.com/Reference-Manual-5th-Edition/dp/013089592X" rel="nofollow">http://www.amazon.com/Reference-Manual-5th-Edition/dp/013089...</a><p>(That's the same Guy Steele who's known for his work on the Common Lisp specification. He's a man of many talents...)