imclude header bonus avec bon nom

This commit is contained in:
Hugo LAMY
2019-12-16 14:11:44 +01:00
parent 1d30401e15
commit 2346a5aff7
3 changed files with 7 additions and 7 deletions

View File

@@ -6,11 +6,11 @@
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/12/16 14:08:36 by hulamy #+# #+# */
/* Updated: 2019/12/16 14:08:39 by hulamy ### ########.fr */
/* Updated: 2019/12/16 14:10:35 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
#include "get_next_line.h"
#include "get_next_line_bonus.h"
/*
** #include <stdio.h> //for printf

View File

@@ -6,12 +6,12 @@
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/12/16 14:07:51 by hulamy #+# #+# */
/* Updated: 2019/12/16 14:07:54 by hulamy ### ########.fr */
/* Updated: 2019/12/16 14:11:18 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef GET_NEXT_LINE_H
# define GET_NEXT_LINE_H
#ifndef GET_NEXT_LINE_BONUS_H
# define GET_NEXT_LINE_BONUS_H
# include <string.h>
# include <unistd.h>

View File

@@ -6,11 +6,11 @@
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/12/16 14:08:47 by hulamy #+# #+# */
/* Updated: 2019/12/16 14:08:48 by hulamy ### ########.fr */
/* Updated: 2019/12/16 14:10:54 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
#include "get_next_line.h"
#include "get_next_line_bonus.h"
char *ft_strdup(const char *src)
{