Welcome to ft_printf here we make printing stuff easier.
ft_printf is a custom implementation of the printf function in the C standard library. This project aims to replicate the functionality of the printf function while also providing extensibility for custom format specifiers. It's designed to be a powerful and flexible tool for formatting and displaying text in C programs.
- Standard format specifiers (e.g.,
%d,%s,%c) - Additional custom format specifiers (e.g.,
%bfor binary,%rfor colored output) - Support for width and precision
- Customizable output handlers
- Error handling and return value management
- And more...
If you have any questions or suggestions, feel free to contact me at rode-lim@student.42lisboa.com.