Updated to remove more usless stuff

This commit is contained in:
Maix0 2024-08-22 16:41:48 +02:00
parent 5b7eb9784b
commit db0903c3a8
31 changed files with 480 additions and 1058 deletions

View file

@ -6,7 +6,7 @@
/* By: maix <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/23 17:38:21 by maix #+# #+# */
/* Updated: 2024/07/10 17:45:42 by maiboyer ### ########.fr */
/* Updated: 2024/08/22 16:29:28 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -20,6 +20,10 @@
#include <stdlib.h>
#include <unistd.h>
#ifdef static
#undef static
#endif
static t_static_buffer *get_next_line_buffer(int fd)
{
t_usize index;