Never had this fun coding, with this project I learned the hard way that you should write modular code and reusable functions.
But it's nice to have function like printf in your library. You really appreciate it after using just simple write functions :D\
Allowed functions:
◦ write
◦ malloc
◦ free
◦ exit
◦ The functions of man 3 stdarg\
Usage: %[flags][width][.precision][length modifier]conversion
Manages the flags #0-+ and space
Manage the following conversions: csp
Manage the following conversions: d, i, o, u, x, X with the following flags: hh, h, l and ll.
Mnages the following conversion: f with the following flags: l and L.
Manages the minimum field-width
Manages the precision
Manages %%, for printing single %\
Colors and * and some other bonuses, cant remember how to use them, find out and add to manual. Add easy test script.