Creating your own printf function (_printf)

The project consists of normal functions, derived functions a man page and a README.md file.

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)

  • This project is developed by Yekeen Abdmuizz and Tijani Adebowale.