ALX PRINTF PROJECT.
This project is a part of the ALX Software Engineering program, particularly the 2nd month (Month 1). _printf is a replica of the C standard printf function. Concepts used in this project include: Working successfully in a team and collaboration Variadic Functions Modular development of a program The complex nature of printf
int _printf(const char *format, ...); This function produces output according to a format.