- printf Project: A custom recreation of the printf function.
- Prototype: int _printf(const char *format, ...);.
- Description: This project focuses on building your own version of the C printf function, called _printf. Its purpose is to mimic the behavior and output of the standard library’s printf, handling formatted text and variable arguments just like the original.
- Contributors: Cristian Acevedo, Bryan Ramos.
For any questions, suggestions, or inquiries, you’re welcome to reach out to us:
- Cristian Acevedo
- GitHub: https://github.com/CristianAce05
- Email: acecristian35@gmail.com
- Bryan Ramos
- GitHub: https://github.com/Bryan-tech-coder
- Email: br1173626@gmail.com

