/libc

Library of useful functions for the C programming language

Primary LanguageCBSD Zero Clause License0BSD

Libc

Description

This is a self implementation of the c library, at the actual moment is not based on any standard in fact, since that this project is still just for fun, it is being developed in a linux based operating system, and is still being tested and developed.

Install

# clone the repository
git clone -v https://github.com/kanzenminarai/libc

# enter the directory
cd libc/

Uninstall

# remove the directory
rm -rv libc/

License

This project is under the Zero Clause BSD license.