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: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/19 15:53:50 by maiboyer #+# #+# */
/* Updated: 2024/08/05 15:18:22 by maiboyer ### ########.fr */
/* Updated: 2024/08/22 16:23:04 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -21,6 +21,10 @@
#include <stdio.h>
#include <sys/stat.h>
#ifdef static
# undef static
#endif
t_fd_array *get_fd_arrays(void)
{
static t_fd_array val = {};