This project is about to write our own printf function by understanding and using variadic functions;
printf -> int ft_printf(const char *, ...);
Dsite42/ft_printf
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project is about to write our own printf function by understanding and using variadic functions;
printf -> int ft_printf(const char *, ...);