diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-11 07:16:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-11 07:16:11 +0000 |
commit | 7037f0609e5350ac2c785fedd2c94c29a6b73bfd (patch) | |
tree | e4a9afdcb9715354fab5bbab96d94056b7c179b7 /docs/uclibc.org/other_libs.html | |
parent | eee33ffc0e42a96bd48ee710560c1595d705bd5e (diff) |
Rework the website
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" --> + |