Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/asmlover/libc

Library for C (Purpose to practice).
https://github.com/asmlover/libc

Last synced: 3 months ago
JSON representation

Library for C (Purpose to practice).

Awesome Lists containing this project

README

        

README for libc
===============

* What's libc?
------------
It's a library for C (Purpose to practice).

* Building libc
-------------
Linux
$ cd build/gcc
$ make
Windows
\> cd build\msvc
\> nmake

(end of README)