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
- Host: GitHub
- URL: https://github.com/niansa/crosslibc
- Owner: niansa
- License: cc0-1.0
- Created: 2024-06-28T17:24:15.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-02-13T20:45:48.000Z (4 months ago)
- Last Synced: 2025-02-13T21:29:59.385Z (4 months ago)
- Language: C
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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`.