Files
42_INT_07_minishell/headers/minishell_user_macro.h
2021-10-10 08:57:33 +02:00

21 lines
1.0 KiB
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* minishell_user_macro.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/10 03:36:37 by lperrey #+# #+# */
/* Updated: 2021/10/10 04:55:46 by lperrey ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MINISHELL_USER_MACRO_H
# define MINISHELL_USER_MACRO_H
# include "minishell_macro.h"
# define USER_PROMPT PROMPT_EURO
#endif