Minishell
Loading...
Searching...
No Matches
read_input.h
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2025
3** B-PSU-200-BAR-2-1-42sh
4** File description:
5** Reads the input from the terminal or from a pipe
6*/
7#ifndef READ_INPUT_H
8 #define READ_INPUT_H
9 #include "main.h"
12#endif //READ_INPUT_H
void read_from_pipe(data_t *data)
Definition read_input.c:62
void read_from_terminal(data_t *data)
Definition read_input.c:42
Definition main.h:48