where standard library functions?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • J Wang

    where standard library functions?

    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

  • Malcolm

    #2
    Re: where standard library functions?


    "J Wang" <csmjbw@bath.ac .uk> wrote in message[color=blue]
    > get many *.o(obj files) of the function in standard library.
    >
    > could I get the code of them?
    >[/color]
    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".


    Comment

    Working...