lazylibc

Download lazylibc-20240910.tar.gz (15 kb)

lazylibc is a minimal C89 runtime library, with a focus on portability, simple implementation, and small code size.

It's most suitable for use in single-user or resource-constrained environments, or if you just want to make your binaries as small as possible with as few dependencies as possible.

Currently only Linux x86_64 is supported. Linux i486 and MS-DOS 8086 support are planned.

This code is not well-tested yet, so don't try using it for anything important.

Requirements

Documentation

Look in the included README file.


33mph.com