
getSrc
get all filenames that end with *_bonus.c and *.c and create the list of SRC and SRC_BONUS for your Makefile
curl 'https://raw.githubusercontent.com/Sandoramix/42cursus/master/utils/getSrc.py' | python3 -
proToC
convert every prototype inside a header file to it's own .c file with it's implemented function
curl 'https://raw.githubusercontent.com/Sandoramix/42cursus/master/utils/proToC.py' | python3 -
[MAIN] ft_printf
Main for ft_printf
wget 'https://raw.githubusercontent.com/Sandoramix/42cursus/master/tests/ft_printfm.c'