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:
parent
237eb5b820
commit
a1f18a6f97
4 changed files with 53 additions and 5 deletions
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ft_printf.h"
|
||||
#include "_internal.h"
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue