wok-current annotate musl-libc/description.txt @ rev 25575

Up foo2xqx (20210406)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 13 16:42:09 2023 +0000 (17 months ago)
parents
children
rev   line source
Hans-G?nter@24934 1 Musl is an implementation of the C standard library built
Hans-G?nter@24934 2 on top of the Linux system call API, including interfaces
Hans-G?nter@24934 3 defined in the base language standard, POSIX, and widely
Hans-G?nter@24934 4 agreed-upon extensions.
Hans-G?nter@24934 5
Hans-G?nter@24934 6 Musl is lightweight, fast, simple, free, and strives to be
Hans-G?nter@24934 7 correct in the sense of standards-conformance and safety.