remove unistd.h depedencies from function files
This commit is contained in:
@@ -6,11 +6,11 @@
|
|||||||
/* By: dgaillet <dgaillet@student.42.fr> +#+ +:+ +#+ */
|
/* By: dgaillet <dgaillet@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2025/11/08 17:41:14 by dgaillet #+# #+# */
|
/* Created: 2025/11/08 17:41:14 by dgaillet #+# #+# */
|
||||||
/* Updated: 2025/11/08 17:42:19 by dgaillet ### ########lyon.fr */
|
/* Updated: 2025/11/11 13:54:54 by dgaillet ### ########lyon.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
#include <unistd.h>
|
#include "libft.h"
|
||||||
|
|
||||||
void ft_putchar_fd(char c, int fd)
|
void ft_putchar_fd(char c, int fd)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,11 +6,10 @@
|
|||||||
/* By: dgaillet <dgaillet@student.42.fr> +#+ +:+ +#+ */
|
/* By: dgaillet <dgaillet@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2025/11/08 17:43:42 by dgaillet #+# #+# */
|
/* Created: 2025/11/08 17:43:42 by dgaillet #+# #+# */
|
||||||
/* Updated: 2025/11/11 12:23:51 by dgaillet ### ########lyon.fr */
|
/* Updated: 2025/11/11 13:56:30 by dgaillet ### ########lyon.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
#include <unistd.h>
|
|
||||||
#include "libft.h"
|
#include "libft.h"
|
||||||
|
|
||||||
void ft_putstr_fd(char *s, int fd)
|
void ft_putstr_fd(char *s, int fd)
|
||||||
|
|||||||
Reference in New Issue
Block a user