This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Code or documentation to the C run-time


> I'm looking for any information (and/or source code) to the C run-time
> system.  I'm pretty certain I can figure out glibc once I figure out
> where to look

A good starting point is

http://www.gnu.org/software/libc/libc.html

If you have glibc installed, 'info libc' will bring you into the C
library manual.

Please note that "ANSI LISP" has its own standard library defined,
which is quite different from the "ISO C" library.

Regards,
Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]