here doc variable d'environnement

This commit is contained in:
2024-03-25 18:16:48 +01:00
parent a7ce98266c
commit 6ffeebf87b
2 changed files with 30 additions and 3 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/04 17:31:38 by tomoron #+# #+# */
/* Updated: 2024/03/25 12:36:03 by tomoron ### ########.fr */
/* Updated: 2024/03/25 18:15:41 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -109,5 +109,6 @@ int file_access(t_msh *msh, int *found);
char *remove_path(char *token);
void signal_handler_interactive(int signum);
void signal_handler_command(int signum);
char *get_var_name(char *str);
#endif