musl libc
musl libc is a free, lightweight libc implementation intended for use on embedded systems. musl weighs in at 462kB for a full .a library (compared to glibc's 2MB), making musl an attractive option. (See the libc comparison data here) If you need a complete libc implementation for your system, this is an excellent place to …
