Does anyone know where in the GCC hierarchy that I can find implementation code for standard C library functions like fgetc / fputs, etc, or would that be outside the scope of GCC? I've been hunting around on the source tree for the last few days and found the headers, but not the implementation.
Thanks for the help. - Bryon