- This project combines three projects realised at School 42, namely
libft,get_next_lineandft_printf, into a single C librarylibftprintfgnl. - For details, please see individual projects.
- To compile the library, run
git clone https://github.com/almayor/libftprintfgnl
cd libftprintfgnl
git submodule update
make- Then include the header in your projects
#include "libftprintfgnl.hIf you have any questions, please contact me on Github.