You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)