My own implementation of the libc printf function.
Run my makefile by typing 'make' in a terminal in this directory. My makefile compiles a static library called libftprintf.a
following conversions : % (cspdiouxXf) following flags : '#' '0' '-' '+' ' ' 'hh' 'h' 'll' 'l' 'L'
- Sietse Voort - Initial work - chimpansiets
- Trying to use positional arguments with the '$' specifier will get you stuck in an infinite loop :(