📦 Static library for ft_printf family functions
There's no automatic install. Copy the file manually if you need to.
to compile, use the command:
make
To build and run the tests, use the command:
make test && ./test
Please read the Makefile to know what you can do with it. The project must respect 42Born2Code's norme. You can read the project's instructions. The purpose of this library is to make my own printf function that doesn't work with buffered IO streams (because of the constraints of the authorized functions in the scope of the project).