]> Untitled Git - axy/ft/get_next_line.git/commitdiff
Woops forgot to rename header protection and includes
authorAxy <gilliardmarthey.axel@gmail.com>
Sat, 1 Nov 2025 19:58:30 +0000 (20:58 +0100)
committerAxy <gilliardmarthey.axel@gmail.com>
Sat, 1 Nov 2025 19:58:30 +0000 (20:58 +0100)
get_next_line_bonus.c
get_next_line_bonus.h
get_next_line_utils_bonus.c

index bfd9e7ba89b73a53ce2cb98140c3b34ddd40012f..c63adbb4fd365c364b6a8efe7c6a712263a07875 100644 (file)
@@ -6,13 +6,13 @@
 /*   By: agilliar <agilliar@student.42mulhouse.fr>  +#+  +:+       +#+        */
 /*                                                +#+#+#+#+#+   +#+           */
 /*   Created: 2025/11/01 10:55:35 by agilliar          #+#    #+#             */
-/*   Updated: 2025/11/01 20:56:35 by agilliar         ###   ########.fr       */
+/*   Updated: 2025/11/01 20:57:34 by agilliar         ###   ########.fr       */
 /*                                                                            */
 /* ************************************************************************** */
 
 #include <stdbool.h>
 #include <stdlib.h>
-#include "get_next_line.h"
+#include "get_next_line_bonus.h"
 
 void   *ft_memcpy(void *dest, const void *src, size_t n);
 bool   buffer_shrink_near_fit(t_buf *buf);
index 6d29c17eec20f3d1a0074a8b49fedbd6ce718748..ae03cf97165304c1067644ecbf67944ad0d964c8 100644 (file)
@@ -6,12 +6,12 @@
 /*   By: agilliar <agilliar@student.42mulhouse.fr>  +#+  +:+       +#+        */
 /*                                                +#+#+#+#+#+   +#+           */
 /*   Created: 2025/11/01 10:38:19 by agilliar          #+#    #+#             */
-/*   Updated: 2025/11/01 20:56:39 by agilliar         ###   ########.fr       */
+/*   Updated: 2025/11/01 20:57:37 by agilliar         ###   ########.fr       */
 /*                                                                            */
 /* ************************************************************************** */
 
-#ifndef GET_NEXT_LINE_H
-# define GET_NEXT_LINE_H
+#ifndef GET_NEXT_LINE_BONUS_H
+# define GET_NEXT_LINE_BONUS_H
 
 # include <stddef.h>
 
index 72314487375b48e6b4018655342ebffd1987e350..1500ee6670cd50fe06469a3f3c216483768c06db 100644 (file)
@@ -6,14 +6,14 @@
 /*   By: agilliar <agilliar@student.42mulhouse.fr>  +#+  +:+       +#+        */
 /*                                                +#+#+#+#+#+   +#+           */
 /*   Created: 2025/11/01 20:47:32 by agilliar          #+#    #+#             */
-/*   Updated: 2025/11/01 20:56:41 by agilliar         ###   ########.fr       */
+/*   Updated: 2025/11/01 20:57:50 by agilliar         ###   ########.fr       */
 /*                                                                            */
 /* ************************************************************************** */
 
 #include <stdbool.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include "get_next_line.h"
+#include "get_next_line_bonus.h"
 
 /*
        not restrict, therefor it is safe to use it on overlapping memory regions so