libn is a foundational library project designed to provide a full parity emulation of the C Standard Library (libc), but written entirely in pure Nitpick.
- Complete functional parity with POSIX and standard C
libcAPIs. - Pure Nitpick implementation, leveraging Nitpick's memory safety, deterministic guarantees, and zero-cost abstractions.
- Drop-in foundation for cross-compilation and OS-level operations without depending on existing native C runtime libraries.
(Documentation pending as research and scaffolding phases progress.)
Licensed under the Apache License, Version 2.0 with the Runtime Library Exception. See LICENSE for details.