feat(bonus): replacing mandatory header by bonus header
This commit is contained in:
parent
20a44fbef3
commit
c2f5d7e592
1 changed files with 3 additions and 3 deletions
|
|
@ -1,16 +1,16 @@
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
/* */
|
/* */
|
||||||
/* ::: :::::::: */
|
/* ::: :::::::: */
|
||||||
/* get_next_line_utils.c :+: :+: :+: */
|
/* get_next_line_utils_bonus.c :+: :+: :+: */
|
||||||
/* +:+ +:+ +:+ */
|
/* +:+ +:+ +:+ */
|
||||||
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/11/18 17:14:47 by rparodi #+# #+# */
|
/* 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)
|
size_t ft_strlen(char const *str)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue