Shikatsu
January 3rd, 2012, 15:40
Greetings EveryOne 
I have been programming for over a year now, and I can say that I am making a good progress teaching myself programming and that's thanks to the contributions of others on the net, so I am sincerely grateful for that.
Now I want to move further a head, while I was working on an exercise in a book about C, I got a good idea to developed my solution.
To achieve what I have in mind I need to customize my own fgetc() function, to do so I had to look for fgetc() implementation, as we know the implementation differs from compiler to compiler, lucky GCC is free software with source code available for download.
After downloading gcc-4.6.2.tar.gz (89.4 MB) from ftp://ftp.gnu.org/gnu/gcc/gcc-4.6.2/ ("ftp://ftp.gnu.org/gnu/gcc/gcc-4.6.2/"), extracting it and going through it file by file I couldn't find the implementation for the standard library, I couldn't find stdio.c.
Am I looking in the wrong place? Is something wrong with what I am doing?
Please Someone Guide me in the right direction, Thank You In Advance
P.S: I forgot to mention I am running on Windows.

I have been programming for over a year now, and I can say that I am making a good progress teaching myself programming and that's thanks to the contributions of others on the net, so I am sincerely grateful for that.
Now I want to move further a head, while I was working on an exercise in a book about C, I got a good idea to developed my solution.
To achieve what I have in mind I need to customize my own fgetc() function, to do so I had to look for fgetc() implementation, as we know the implementation differs from compiler to compiler, lucky GCC is free software with source code available for download.
After downloading gcc-4.6.2.tar.gz (89.4 MB) from ftp://ftp.gnu.org/gnu/gcc/gcc-4.6.2/ ("ftp://ftp.gnu.org/gnu/gcc/gcc-4.6.2/"), extracting it and going through it file by file I couldn't find the implementation for the standard library, I couldn't find stdio.c.
Am I looking in the wrong place? Is something wrong with what I am doing?
Please Someone Guide me in the right direction, Thank You In Advance

P.S: I forgot to mention I am running on Windows.