C Library: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
wchar functionality is supported by Bionic
added a little MUSL info
Line 59: Line 59:


===Musl===
===Musl===
* MIT license (permissive)
* MIT or BSD licenses on all sourcecode (permissive)
* very linuxy (never intended for hobbyOS porting)
* a full set of math and printf functions
* support for about 1200 functions (basically gives you a free posix compatibility layer)
* very few comments in the code that did not come from BSD
* about 210 syscalls need to be implemented (and it doesn't tell you which ones out of a list of over 400)
* [http://www.etalabs.net/musl/ musl website]
* [http://www.etalabs.net/musl/ musl website]