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.
# clone the repository
git clone -v https://github.com/kanzenminarai/libc
# enter the directory
cd ./libc/# remove the directory
rm -v ./libc/This project is under the Zero Clause BSD License.