jakogut / mlibc

Minimal C Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mlibc

Minimal C Library

This is a minimal and (intentionally) incomplete C library for Linux. The goal is simple, to provide enough of a subset of the C standard library to bootstrap other projects without linking to a full-fledged library.

About

Minimal C Library

License:MIT License


Languages

Language:C 89.4%Language:Makefile 6.0%Language:Assembly 4.7%