feat(gnl/bonus): adding open_max define
This commit is contained in:
parent
250f632f6d
commit
20a44fbef3
1 changed files with 6 additions and 1 deletions
|
|
@ -6,16 +6,21 @@
|
||||||
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/11/18 17:12:04 by rparodi #+# #+# */
|
/* 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
|
#ifndef GET_NEXT_LINE_BONUS_H
|
||||||
# define GET_NEXT_LINE_BONUS_H
|
# define GET_NEXT_LINE_BONUS_H
|
||||||
|
|
||||||
# ifndef BUFFER_SIZE
|
# ifndef BUFFER_SIZE
|
||||||
# define BUFFER_SIZE 420
|
# define BUFFER_SIZE 420
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
# ifndef OPEN_MAX
|
||||||
|
# define OPEN_MAX 1024
|
||||||
|
# endif
|
||||||
|
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue