I want to find the C libraries\' source code to find out more about the functions used.Is GCC the only resource I can count on?I couldn\'t use the doxygen html version of th
Reading the source code is one thing. Reading a good book that includes source code is another thing entirely. And I'm not sure you can do better than The Standard C Library, by PJ Plauger. It's 20 years old, but for me it's still a page-turner.