break(header): removing all the external header not needed

- prefering to build choose the includes on my files
This commit is contained in:
Raphael 2025-09-01 18:38:36 +02:00
parent 48491adb5e
commit e53fcb1485
No known key found for this signature in database
6 changed files with 8 additions and 47 deletions

View file

@ -6,21 +6,13 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/31 15:07:30 by rparodi #+# #+# */
/* Updated: 2024/10/31 15:41:54 by rparodi ### ########.fr */
/* Updated: 2025/09/01 17:36:18 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef PRINT_H
# define PRINT_H
# include <fcntl.h>
# include <limits.h>
# include <stdarg.h>
# include <stdio.h>
# include <stdlib.h>
# include <string.h>
# include <unistd.h>
int ft_dprintf(int fd, const char *s, ...);
int ft_printf(const char *s, ...);
void ft_putchar_fd(char c, int fd);