Write your own printf function. Authorized functions and macros write (man 2 write) malloc (man 3 malloc) free (man 3 free) va_start (man 3 va_start) va_end (man 3 va_end) va_copy (man 3 va_copy) va_arg (man 3 va_arg) For this project, we expect you to look at these concepts: 🎩 Group Projects Pair Programming - How To Flowcharts gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c Authors: Nwabueze Franklin Ifeoluwa Atansieye