Updated: normed everything except the big ass file

This commit is contained in:
Maieul BOYER 2024-08-30 19:30:20 +02:00
parent fa5990b00c
commit 0ebc161857
No known key found for this signature in database
6 changed files with 53 additions and 86 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/30 19:12:38 by maiboyer #+# #+# */
/* Updated: 2024/08/30 19:13:26 by maiboyer ### ########.fr */
/* Updated: 2024/08/30 19:25:57 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -16,4 +16,11 @@
# include "exec/_builtins.h"
# include "exec/_builtins_func.h"
struct s_assign_export_state
{
t_state *state;
t_builtin_spawn_info *info;
t_error err;
};
#endif /* BUILTINS_H */