Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/asmlover/libc
- Owner: ASMlover
- License: bsd-2-clause
- Created: 2012-07-13T09:21:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-11T14:27:14.000Z (almost 12 years ago)
- Last Synced: 2023-03-25T12:03:12.158Z (almost 2 years ago)
- Language: C
- Size: 283 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
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)