mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-03-15 19:36:50 +01:00
「🔨」 fix(exec.h): fixed wrong header
This commit is contained in:
@ -6,14 +6,14 @@
|
|||||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2024/04/29 13:20:22 by mmoussou #+# #+# */
|
/* Created: 2024/04/29 13:20:22 by mmoussou #+# #+# */
|
||||||
/* Updated: 2024/05/27 17:28:50 by adjoly ### ########.fr */
|
/* Updated: 2024/06/03 15:26:03 by mmoussou ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
#ifndef EXECUTION_H
|
#ifndef EXECUTION_H
|
||||||
# define EXECUTION_H
|
# define EXECUTION_H
|
||||||
|
|
||||||
int get_path(char *path);
|
char **get_path(char *path);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief spawn a heredoc
|
* @brief spawn a heredoc
|
||||||
|
Reference in New Issue
Block a user