C Standard Libraries

2024-10-15 Thread Bryon Quackenbush via Gcc
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.

GCC Doxygen documentation

2024-09-23 Thread Bryon Quackenbush via Gcc
Greetings all, I am just starting the fun process of getting familiar with the GCC compiler and all it's various components (I'm starting out with LIBCPP, since that seems relatively small and simple).. I've been poking around on the GCC Wiki and saw a reference on internal documentation th