nanogui@linuxhacker.org
nanogui@linuxhacker.org
> > To use this library someone would have to add the syscall interfaces to it. Its
> > not a 'ready to roll' solution but its a good small C library.
>
> Where does one find this lib?
sourceware.cygnus.com (which seems to have mutated into sources.redhat.com
recently). The package is called 'newlib'. eCos uses a subset of this (eCos
has no file system so misses handy chunks like most of stdio...) The non
eCos subset is complete ;)
http://sources.redhat.com/newlib/
nanogui@linuxhacker.org