- This project combines three projects realised at School 42, namely
libft
,get_next_line
andft_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.h
If you have any questions, please contact me on Github.