From 079d839aee68e52932eacbd8d4c75ba1388b006a Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Tue, 29 Oct 2019 13:22:04 +0100 Subject: tons of changes --- inc/minishell.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'inc') diff --git a/inc/minishell.h b/inc/minishell.h index e69de29..f92195c 100644 --- a/inc/minishell.h +++ b/inc/minishell.h @@ -0,0 +1,10 @@ +#ifndef _MINISHELL_H__ +#define _MINISHELL_H__ + +#include + +int ft_process_arg(const char *arg); +int ft_echo(char **com, uint8_t n); +int ft_pwd(void); + +#endif -- cgit v1.2.3