/printf

This project is about coming up with a printf function in C language

Primary LanguageC

This project is about coming up with a printf function in C language

  • It covers our own version of printf named _printf
  • This is an assignment from ALX school.
0. Write a function that produces output according to a format.
  • c
  • s
  • %
1. Handle the following conversion specifiers:
  • d
  • i