/libft

:package: Static library project of 42Born2Code which aim to recode a part of the standard library "libc" functions, with custom functions.

Primary LanguageCMIT LicenseMIT

libft

travis build icon

📦 Static library project of 42Born2Code which aim to recode a part of the standard library "libc" functions, with custom functions.


Installation

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

License

MIT