Merge exec_command() and parse_command() branchs

This commit is contained in:
mcolonna 2024-04-25 17:47:21 +02:00
commit 6066d0529b
3 changed files with 84 additions and 5 deletions

View file

@ -6,7 +6,7 @@
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/23 14:15:12 by mcolonna #+# #+# */
/* Updated: 2024/04/25 16:53:06 by mcolonna ### ########.fr */
/* Updated: 2024/04/25 17:47:02 by mcolonna ### ########.fr */
/* */
/* ************************************************************************** */
@ -73,6 +73,6 @@ void fatal_error(const char *msg);
// Get the PATH values.
// Return a list of strings ended by NULL.
const char **get_path(const char **envp);
char **get_path(const char **envp);
#endif