libc : non-c specific functions!

Polytropon freebsd at edvax.de
Wed Jan 16 14:03:13 UTC 2019


On Wed, 16 Jan 2019 10:39:54 +0000, Arthur Chance wrote:
> If you wish to "compare and contrast" you could also take a look at the
> musl libc and see the differing trade-offs that makes
> 
> Wikipedia entry: https://en.wikipedia.org/wiki/Musl
> 
> The musl web site: https://www.musl-libc.org/
> 
> It even has a "See how musl compares to other major libcs" link.

There is also "Diet libc", a standard C library that aims
to not gather fat. ;-)

https://www.fefe.de/dietlibc/

https://en.wikipedia.org/wiki/Dietlibc

Key takeaways:

	It was developed [...] with the goal to compile and
	link programs to the smallest possible size. dietlibc
	was developed from scratch and thus only implements
	the most important and commonly used functions. It
	is mainly used in embedded devices.

There are even more libc implementations, with BSD's libc and
Linux's glibc being the most prominent ones:

https://en.wikipedia.org/wiki/C_standard_library#Implementations


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...


More information about the freebsd-questions mailing list