[Ilugc] Help- std library functions source code

  • From: bvijay@xxxxxxxxxxxxx (Vijay Kumar)
  • Date: Fri Jul 29 12:57:42 2005

carti <carti@xxxxxxxxxxxxxx> writes:

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.

Is there any other way other than downloading the 30MB
gcc source which includes other programming languages'
sources too.

uclibc - http://www.uclibc.org/downloads/

  uClibc (aka ?Clibc/pronounced yew-see-lib-see) is a C library for
  developing embedded Linux systems. It is much smaller than the GNU C
  Library, but nearly all applications supported by glibc also work
  perfectly with uClibc. Porting applications from glibc to uClibc
  typically involves just recompiling the source code. uClibc even
  supports shared libraries and threading. It currently runs on
  standard Linux and MMU-less (also known as ?Clinux) systems with
  support for alpha, ARM, cris, i386, i960, h8300, m68k, mips/mipsel,
  PowerPC, SH, SPARC, and v850 processors.

newlib - ftp://sources.redhat.com/pub/newlib/index.html

  Newlib is a C library intended for use on embedded systems. It is a
  conglomeration of several library parts, all under free software
  licenses that make them easily usable on embedded products.


Vijay

-- 
Free the Code,
Free the User.

Other related posts: