aboutsummaryrefslogtreecommitdiff
path: root/include/minishell.h
blob: 2dc9a3889c44c3418ed3a90b0758df4cee13c913 (plain)
1
2
3
4
5
6
#ifndef MINISHELL_H
# define MINISHELL_H

# include "libft.h"

#endif