feat: adding internal header

- Adding the internal header allow to don't get all the function needed
by printf in the main header
This commit is contained in:
Raphael 2025-09-19 17:27:19 +02:00
parent 237eb5b820
commit a1f18a6f97
No known key found for this signature in database
4 changed files with 53 additions and 5 deletions

View file

@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "ft_printf.h"
#include "_internal.h"
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>