Minishell
Loading...
Searching...
No Matches
fill_command.h
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2025
3** B-PSU-200-BAR-2-1-minishell2-gerard.du-pre
4** File description:
5** Split the input into different commands
6*/
7#ifndef FILL_COMMAND_H
8 #define FILL_COMMAND_H
9 #include "main.h"
13void save_executable(char *path, char *program, run_command_t *command);
14#endif //FILL_COMMAND_H
int save_exec_path(data_t *data, run_command_t *command)
Definition find_path.c:140
void save_executable(char *path, char *program, run_command_t *command)
Definition find_path.c:22
int redirect_input(data_t *data, run_command_t *current)
Definition redirect_input.c:15
int split_commands(data_t *data)
Definition split_input.c:177
char command[PATH_MAX]
Definition run_command.c:22
Definition main.h:48
Definition main.h:32