correction lien libft et def BUFFSIZE dans fillit.h
This commit is contained in:
6
fillit.h
6
fillit.h
@@ -6,7 +6,7 @@
|
|||||||
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
|
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2019/03/01 13:34:46 by vmanzoni #+# #+# */
|
/* Created: 2019/03/01 13:34:46 by vmanzoni #+# #+# */
|
||||||
/* Updated: 2019/04/30 14:19:39 by hulamy ### ########.fr */
|
/* Updated: 2019/04/30 14:24:50 by hulamy ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@@ -18,8 +18,8 @@
|
|||||||
#include <fcntl.h> // for system call open
|
#include <fcntl.h> // for system call open
|
||||||
#include <stdio.h> // for printf (DELETE BEFORE EVAL)
|
#include <stdio.h> // for printf (DELETE BEFORE EVAL)
|
||||||
|
|
||||||
#include "../42-libft/includes/libft.h"
|
#include "libft/includes/libft.h"
|
||||||
//# define BUFF_SIZE 1024
|
# define BUFF_SIZE 1024
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** STRUCTURE
|
** STRUCTURE
|
||||||
|
|||||||
Reference in New Issue
Block a user