Originally posted by: SpecialK
I was just curious to see the code that the built in functions such as fopen, printf, etc. contain. I looked at the appropriate header files but all I could find were the prototypes. Where should I look?
Originally posted by: Nothinman
Get the source for the GNU C libraries, not the compiler.
