Minishell
Loading...
Searching...
No Matches
include
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
"
10
void
read_from_pipe
(
data_t
*
data
);
11
void
read_from_terminal
(
data_t
*
data
);
12
#endif
//READ_INPUT_H
main.h
read_from_pipe
void read_from_pipe(data_t *data)
Definition
read_input.c:62
read_from_terminal
void read_from_terminal(data_t *data)
Definition
read_input.c:42
data
Definition
main.h:48
Generated by
1.12.0