imclude header bonus avec bon nom
This commit is contained in:
@@ -6,11 +6,11 @@
|
|||||||
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2019/12/16 14:08:36 by hulamy #+# #+# */
|
/* 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
|
** #include <stdio.h> //for printf
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2019/12/16 14:07:51 by hulamy #+# #+# */
|
/* 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
|
#ifndef GET_NEXT_LINE_BONUS_H
|
||||||
# define GET_NEXT_LINE_H
|
# define GET_NEXT_LINE_BONUS_H
|
||||||
|
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2019/12/16 14:08:47 by hulamy #+# #+# */
|
/* 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)
|
char *ft_strdup(const char *src)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user