THIS project is about creating a prinf function given the specifiers
function.c this folder contasins functions that perform diffrent tasks as required by _printf
_printf.c print format of a character.
putchar.c writes the character c to stdout.
parser.c Receives the main string and all the necessary parameters to print a formated string.
main.h file contains the function prototypes.
function.c contains the function specifiers for the printf function.