where can I download the standard C library source code?

R

ruoqingmm

Hi,
I want to download the source code for C library source code. Any body
can help to give me a fast link?

Thanks
 
K

Keith Thompson

ruoqingmm said:
I want to download the source code for C library source code. Any body
can help to give me a fast link?

Why do you want this? I ask because there are a number of different
implementations of the C standard library, and most of them will not
work on systems other than the ones for which they were designed.
 
G

Gregory Pietsch

ruoqingmm said:
Just want to study the source code.

P. J. Plauger wrote a book on it, (but don't use his code, or else the
Plauger Copyright Police will clamp down on you) and several
implementations exist out there in cyberspace with varying degrees of
copyright.

Gregory Pietsch
 
P

P.J. Plauger

P. J. Plauger wrote a book on it, (but don't use his code, or else the
Plauger Copyright Police will clamp down on you) and several
implementations exist out there in cyberspace with varying degrees of
copyright.

The book grants permission to use the software in it for personal use,
even to make executables that are freely distributable. You just can't
distribute the source code without permission from me. (That's rather
more than you get from the "fair use" provisions of copyright law.)

P.J. Plauger
Dinkumware, Ltd.
http://www.dinkumware.com
 
D

David Wade

Gregory Pietsch said:
P. J. Plauger wrote a book on it, (but don't use his code, or else the
Plauger Copyright Police will clamp down on you) and several
implementations exist out there in cyberspace with varying degrees of
copyright.

But that does not make it a bad book In fact if you want to udnerstand the
"C" library its a real must. On the other hand if you just want to.look at
source code then the souce to the GCC (www.gnu.org) and Watcom C libraries

http://www.openwatcom.org/index.php/Main_Page#Source_Code_Access

are available for free download. There is also a small C library in PDOS
which you will find on sourceforge.

http://cvs.sourceforge.net/viewcvs.py/pdos/pdos/pdpclib/
 
K

Keith Thompson

David Wade said:
But that does not make it a bad book In fact if you want to udnerstand the
"C" library its a real must. On the other hand if you just want to.look at
source code then the souce to the GCC (www.gnu.org) and Watcom C libraries

http://www.openwatcom.org/index.php/Main_Page#Source_Code_Access

are available for free download. There is also a small C library in PDOS
which you will find on sourceforge.

http://cvs.sourceforge.net/viewcvs.py/pdos/pdos/pdpclib/

There is a GNU C library, but it's a separate component (glibc), not
part of gcc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top