An open API service indexing awesome lists of open source software.

https://github.com/niansa/crosslibc

Super simple (but incomplete) C library with no external dependencies other than a GCC/Clang compiler - Mirror of: https://gitlab.com/niansa/crosslibc
https://github.com/niansa/crosslibc

Last synced: 3 months ago
JSON representation

Super simple (but incomplete) C library with no external dependencies other than a GCC/Clang compiler - Mirror of: https://gitlab.com/niansa/crosslibc

Awesome Lists containing this project

README

        

--- crosslibc ---

Minimal libc implementation for gcc/clang.

All functions to be defined by the user are listed in `user-impl.h`.