]> Untitled Git - axy/ft/get_next_line.git/commitdiff
Norme
author= <=>
Thu, 6 Nov 2025 17:06:33 +0000 (18:06 +0100)
committer= <=>
Thu, 6 Nov 2025 17:06:33 +0000 (18:06 +0100)
get_next_line_bonus.c
get_next_line_bonus.h
get_next_line_utils_bonus.c

index 964cfb0584c304df0c469b0ccd3ead832be98e64..53b4bcc1dee3c0b61c36c95a676188095c18f40e 100644 (file)
@@ -1,7 +1,7 @@
 /* ************************************************************************** */
 /*                                                                            */
 /*                                                        :::      ::::::::   */
-/*   get_next_line.c                                    :+:      :+:    :+:   */
+/*   get_next_line_bonus.c                              :+:      :+:    :+:   */
 /*                                                    +:+ +:+         +:+     */
 /*   By: agilliar <agilliar@student.42mulhouse.fr>  +#+  +:+       +#+        */
 /*                                                +#+#+#+#+#+   +#+           */
index ac33fb4fea36a53a9fe7692ce862b22427bd5160..733c7f7a3657642d394297923e81ed554358961a 100644 (file)
@@ -1,17 +1,17 @@
 /* ************************************************************************** */
 /*                                                                            */
 /*                                                        :::      ::::::::   */
-/*   get_next_line.h                                    :+:      :+:    :+:   */
+/*   get_next_line_bonus.h                              :+:      :+:    :+:   */
 /*                                                    +:+ +:+         +:+     */
 /*   By: agilliar <agilliar@student.42mulhouse.fr>  +#+  +:+       +#+        */
 /*                                                +#+#+#+#+#+   +#+           */
 /*   Created: 2025/11/01 10:38:19 by agilliar          #+#    #+#             */
-/*   Updated: 2025/11/06 17:20:44 by agilliar         ###   ########.fr       */
+/*   Updated: 2025/11/06 18:06:15 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 7e986cc3064bfa1d0fd8cb3821c319fd4794633b..a9778baa4a096c15ab6a2dd658571c1dece0d842 100644 (file)
@@ -1,7 +1,7 @@
 /* ************************************************************************** */
 /*                                                                            */
 /*                                                        :::      ::::::::   */
-/*   get_next_line_utils.c                              :+:      :+:    :+:   */
+/*   get_next_line_utils_bonus.c                        :+:      :+:    :+:   */
 /*                                                    +:+ +:+         +:+     */
 /*   By: agilliar <marvin@42.fr>                    +#+  +:+       +#+        */
 /*                                                +#+#+#+#+#+   +#+           */