where standard library functions?

J

J Wang

use

ar t /usr/lib/libc.a

get many *.o(obj files) of the function in standard library.

could I get the code of them?

cheers
 
M

Malcolm

J Wang said:
get many *.o(obj files) of the function in standard library.

could I get the code of them?
The source may or may not ship. If it is freely available, it will probably
be very difficult to read.
For portable source to to C standard library, get Plauger's book "The
Standard C library".
 

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

Similar Threads

ldd: Lists dynamic dependencies 2
prevent linking of some functions in a shared library 1
ld usage 2
Functions 2
C Programming functions 2
How to use multiple functions 1
A minimal Standard Library 16
Codelite 0

Members online

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top