Build and code a program to emulated the "printf" function in C.
To created this program was necesary to evaluate the cases proposed.
- 's'
- 'c'
- '%'
- 'd'
- 'i'
Each of this characters become in the format especifiers except the '%' wich initiates a specifier. The function is eable to print whole strings and combinations with variables called from specifiers.
Coauthors are: Cristian Gomez bernal, Juan David Restrepo Z, Samuel Rojas Coley.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
HOLBERTON