Description
Small C programs can be linked against a size-optimized C library for constrained or minimal environments. It is useful for developers experimenting with tiny binaries, embedded-style tools, or specialized static builds.
This is a development library, not a replacement for the system C library. Compatibility differs from glibc, so test linked programs carefully.