The goal of this project to create my own version of the printf function.
- This project is implemented in c and is compilable with a Makefile.
- The Makefile compiles a library with the command
ar. - The Library contains a reimplementation of the
libcvariadic functionprintf. - The function is able to handle the following conversions:
cspdiuxX%
- Variadic functions.