- This repository includes our version of the printf function, the basic and main functions. Here we will apply the knowledge that we have acquired during the learning of the programming language C.
- This project is requested by ALX Engineering School.
- Write a function that produces output according to a format.
- c
- s
- %
- Handle the following conversion specifiers:
- d
- i
- Create a man page for your function.