OUAF OUAF OUAF OUAF OUAF MINISHELL.H

This commit is contained in:
Etienne Rey-bethbeder 2023-02-21 13:14:58 +01:00
parent cc74fda339
commit 3ef58c0116

View File

@ -6,7 +6,7 @@
/* By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ */ /* By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2023/02/14 13:45:30 by cchauvet #+# #+# */ /* Created: 2023/02/14 13:45:30 by cchauvet #+# #+# */
/* Updated: 2023/02/17 18:51:58 by cchauvet ### ########.fr */ /* Updated: 2023/02/21 13:14:38 by erey-bet ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -60,6 +60,12 @@ char *get_key(char *str);
int echo(int fd, char *str); int echo(int fd, char *str);
/* PWD */ /* PWD */
int pwd(t_list **env, int fd); int pwd(t_list **env, int fd);
/* ENV */
int print_env(t_list **head, int fd);
/* EXPORT */
int print_export(t_list **head, int fd)
/* CD */
int move_folder(char *path)
typedef struct s_cmd typedef struct s_cmd
{ {