📦 Static library project of 42Born2Code which aim to recode a part of the standard library "libc" functions, with custom functions.
There's no automatic install. Copy the file manually if you need to.
to compile, run:
make
To test the library, run:
make test && ./test
MIT