diff options
Diffstat (limited to 'docs/uclibc.org/other_libs.html')
-rw-r--r-- | docs/uclibc.org/other_libs.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/uclibc.org/other_libs.html b/docs/uclibc.org/other_libs.html new file mode 100644 index 000000000..d66d16110 --- /dev/null +++ b/docs/uclibc.org/other_libs.html @@ -0,0 +1,24 @@ +<!--#include file="header.html" --> + + +<h3>Other Open Source C libraries</h3> +I am currently aware of the following open source C libraries. + +<ul> + + <li><a href="http://www.gnu.org/software/libc/libc.html">The GNU C Library</a> + <li> <a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/">The FreeBSD C Library</a> + <li> <a href="http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/">The NetBSD C Library</a> + <li> <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/">The OpenBSD C Library</a> + <li><a href="http://www.fefe.de/dietlibc/">dietlibc</a> + <li> <a href="http://sources.redhat.com/newlib/">newlib</a> + <li> <a href="http://www.k9wk.com/cdoc.html">Al's FREE C Runtime Library</a> + <li>the <a href="http://www.cs.vu.nl/~ast/minix.html">minix</a> + <a href="http://www.cs.vu.nl/cgi-bin/raw/pub/minix/2.0.0/src.tar">C library</a> + <li>and there is a <a href="ftp://ecos.sourceware.org/pub/ecos/">C library</a>, + for <a href="http://ecos.sourceware.org/">eCos</a> as well. + +<ul> + +<!--#include file="footer.html" --> + |