Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakogut/mlibc
Minimal C Library
https://github.com/jakogut/mlibc
Last synced: about 2 months ago
JSON representation
Minimal C Library
- Host: GitHub
- URL: https://github.com/jakogut/mlibc
- Owner: jakogut
- License: mit
- Created: 2016-12-27T04:55:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T01:15:54.000Z (over 6 years ago)
- Last Synced: 2024-08-05T10:15:06.550Z (5 months ago)
- Language: C
- Size: 20.5 KB
- Stars: 68
- Watchers: 9
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mlibc
Minimal C LibraryThis 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.