Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chyyuu/libc


https://github.com/chyyuu/libc

Last synced: 9 days ago
JSON representation

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 code

run
cd src/ and run ./test
```