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

@ -6,11 +6,11 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/09/17 17:44:34 by rparodi #+# #+# */
/* Updated: 2025/09/19 15:35:38 by rparodi ### ########.fr */
/* Updated: 2025/09/19 17:17:12 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#include "ft_printf.h"
#include "_internal.h"
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>