printf Recreation This project involves the recreation of the printf function in C. Allowed functions and macros write malloc free va_start va_end va_arg va_list Compilation The code within this repository is compiled using the following flags: gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c