mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-11 23:18:46 +02:00
「🔨」 fix: Merge
This commit is contained in:
@ -6,13 +6,15 @@
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/29 13:20:22 by mmoussou #+# #+# */
|
||||
/* Updated: 2024/05/06 20:29:58 by mmoussou ### ########.fr */
|
||||
/* Updated: 2024/05/19 04:27:24 by mmoussou ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef EXECUTION_H
|
||||
# define EXECUTION_H
|
||||
|
||||
int get_path(char *path);
|
||||
|
||||
typedef struct s_env
|
||||
{
|
||||
char *name;
|
||||
|
@ -18,6 +18,10 @@
|
||||
# include <readline/readline.h>
|
||||
# include <stdlib.h>
|
||||
# include <stdint.h>
|
||||
# include <sys/types.h>
|
||||
# include <sys/stat.h>
|
||||
# include <unistd.h>
|
||||
# include <dirent.h>
|
||||
# include "libft.h"
|
||||
|
||||
# include "parsing.h"
|
||||
|
Reference in New Issue
Block a user