/* By: agilliar <agilliar@student.42mulhouse.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/11/01 10:55:35 by agilliar #+# #+# */
-/* Updated: 2025/11/06 18:00:50 by agilliar ### ########.fr */
+/* Updated: 2025/11/06 19:41:48 by agilliar ### ########.fr */
/* */
/* ************************************************************************** */
#include <stdbool.h>
#include <stdlib.h>
-#include "get_next_line.h"
+#include "get_next_line_bonus.h"
void buffer_pushchar(t_buf *buf, char c);
void buffers_remove(t_readbufs *bufs, int fd);
/* By: agilliar <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/11/06 17:56:20 by agilliar #+# #+# */
-/* Updated: 2025/11/06 17:58:50 by agilliar ### ########.fr */
+/* Updated: 2025/11/06 19:42:06 by agilliar ### ########.fr */
/* */
/* ************************************************************************** */
#include <stdlib.h>
#include <unistd.h>
-#include "get_next_line.h"
+#include "get_next_line_bonus.h"
t_readbuf *buffers_get(t_readbufs *bufs, int fd)
{