update: fix stuff

This commit is contained in:
maix0 2024-10-06 14:39:57 +02:00
parent d459a8b8dc
commit 7efe3bc830
2 changed files with 6 additions and 2 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/03 14:31:12 by maiboyer #+# #+# */
/* Updated: 2024/07/30 16:40:58 by rparodi ### ########.fr */
/* Updated: 2024/10/06 14:39:44 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -30,6 +30,11 @@
# define NO_ERROR 0
# endif
# ifndef BONUS
/// @def signal that no error occured
# define BONUS 0
# endif
/// @brief A string, null terminated
typedef char *t_str;
/// @brief A constant string, null terminated