OUAF OUAF OUAF CORRECTION MINISHELL.H
This commit is contained in:
parent
3ef58c0116
commit
fb8186ac78
@ -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/21 13:14:38 by erey-bet ### ########.fr */
|
/* Updated: 2023/02/21 13:15:41 by erey-bet ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@ -63,9 +63,9 @@ int pwd(t_list **env, int fd);
|
|||||||
/* ENV */
|
/* ENV */
|
||||||
int print_env(t_list **head, int fd);
|
int print_env(t_list **head, int fd);
|
||||||
/* EXPORT */
|
/* EXPORT */
|
||||||
int print_export(t_list **head, int fd)
|
int print_export(t_list **head, int fd);
|
||||||
/* CD */
|
/* CD */
|
||||||
int move_folder(char *path)
|
int move_folder(char *path);
|
||||||
|
|
||||||
typedef struct s_cmd
|
typedef struct s_cmd
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user