feat(gnl/bonus): adding open_max define

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

View file

@ -6,16 +6,21 @@
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/18 17:12:04 by rparodi #+# #+# */
/* Updated: 2025/12/21 00:11:00 by rparodi ### ########.fr */
/* Updated: 2026/01/29 14:24:48 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef GET_NEXT_LINE_BONUS_H
# define GET_NEXT_LINE_BONUS_H
# ifndef BUFFER_SIZE
# define BUFFER_SIZE 420
# endif
# ifndef OPEN_MAX
# define OPEN_MAX 1024
# endif
# include <unistd.h>
# include <stdlib.h>