Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 403 Bytes

printf

This is the printf project as part of the ALX SWE school

Pages to read or man

  • 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)

Two branches to be created

  1. AngeloDev
  2. CobbiahDev
  3. Other branches as necessary for any of the task

Happy Coding 😎