Merge exec_command() and parse_command() branchs
This commit is contained in:
commit
6066d0529b
3 changed files with 84 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue