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
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ft_printf.h"
|
||||
#include "_internal.h"
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@
|
|||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/09/18 15:00:27 by rparodi #+# #+# */
|
||||
/* Updated: 2025/09/19 16:06:27 by rparodi ### ########.fr */
|
||||
/* Updated: 2025/09/19 17:19:45 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ft_printf.h"
|
||||
#include "_internal.h"
|
||||
#include <limits.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue