feat(bonus): replacing mandatory header by bonus header

This commit is contained in:
Raphael 2026-01-29 14:27:28 +01:00
parent 20a44fbef3
commit c2f5d7e592
No known key found for this signature in database

View file

@ -1,16 +1,16 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line_utils.c :+: :+: :+: */
/* get_next_line_utils_bonus.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/18 17:14:47 by rparodi #+# #+# */
/* Updated: 2025/12/20 23:59:24 by rparodi ### ########.fr */
/* Updated: 2026/01/29 14:26:18 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#include "get_next_line.h"
#include "get_next_line_bonus.h"
size_t ft_strlen(char const *str)
{