my implementation of standart printf function on C language
- flags + - # 'space' 'zero'
- width
- precision
- length h hh l ll j z
- modifiers d D i c C s S u U x X o O p
- 'star' arguments
how to check? compile, launch and test :)
make re
gcc -Wall -Wextra -Werror temp/main.c libftprintf.a
./a.out