GaloisInc / minlibc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinLibC

This repository contains an extremely minimal version of LibC, for use in porting lightweight systems to bare metal. It intentionally errors on most file operations, to reflect the fact that most bare metal systems do not have file systems. Other routines are forwarded, as appropriate, to the underlying runtime or operating system.

Porting to a New System

All of the requirements for porting this library to a new system are defined in the included file at include/runtime_reqs.h.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 96.2%Language:C++ 3.7%Language:Makefile 0.2%