Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 360 Bytes

readme.md

File metadata and controls

11 lines (9 loc) · 360 Bytes

FFlibc

This is an prototype of layering several function of the standard c library while maintaining ABI compatibility with the system's libc. It try to avoid using extension or any internal implementation details of the system libc.

Build

It needs meson to build.

meson build
ninja -C build
ninja -C build install