Skip to content

Combined library of C functions realised at School 42

License

Notifications You must be signed in to change notification settings

almayor/libftprintfgnl

Repository files navigation

libftprintfgnl

  • This project combines three projects realised at School 42, namely libft, get_next_line and ft_printf, into a single C library libftprintfgnl.
  • 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.

About

Combined library of C functions realised at School 42

Topics

Resources

License

Stars

Watchers

Forks