File:  [DVB] / dietlibc / README
Revision 1.2: download - view: text, annotated - select for diffs
Thu Mar 22 09:30:49 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
CVS tags: HEAD
oops, trivial fix for initgroups.

diet libc to statically link programs that don't need all the bloat
from glibc.

malloc, printf and scanf contributed from Olaf Dreesen.

Usage:
	gcc -I~/dietlibc/include -Os -pipe -c *.c
	gcc -nostdlib -o ncp ~/dietlibc/start.o *.o ~/dietlibc/dietlibc.a

If you use the glibc includes, directory reading (and maybe other
functions) will fail.  You have been warned!

LinuxTV legacy CVS <linuxtv.org/cvs>