Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chyyuu/libc
https://github.com/chyyuu/libc
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chyyuu/libc
- Owner: chyyuu
- Created: 2019-02-19T08:54:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T09:40:41.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T15:42:37.035Z (2 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
## libc testbed
## From
https://github.com/larryhe/tinyCRT
```
tinyCRT
=================================================
This project is a summary of what i have learned a great book on linker & loader and C runtime library. I will gradually enhance it and add more functinalities in the future and make it an usable and compacted C runtime libary.build
cd src/ and run make to build the coderun
cd src/ and run ./test
```