[Ilugc] Help- std library functions source code

  • From: binand@xxxxxxxxx (Binand Sethumadhavan)
  • Date: Fri Jul 29 14:22:23 2005

On 29/07/05, carti <carti@xxxxxxxxxxxxxx> wrote:

Hi,
If I want to have a look at how std library functions
are implemented(say for example source code of strcmp
or printf or itoa) where I need to look at.

You need to look at the libc sources - glibc, or if it is too much of
a download then dietlibc or uclibc.

Remember that itoa() is NOT part of standard library. atoi() is, though.

Binand

Other related posts: