Minishell
Loading...
Searching...
No Matches
include
input_processing.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
** Process user input
6
*/
7
#ifndef INPUT_PROCESSING_H
8
#define INPUT_PROCESSING_H
9
void
enable_raw_mode
(
void
);
10
void
disable_raw_mode
(
void
);
11
void
add_char
(
int
*index,
char
*
command
,
char
c);
12
void
while_ask_command
(
int
*index,
data_t
*
data
,
int
*history_index);
13
#endif
//INPUT_PROCESSING_H
disable_raw_mode
void disable_raw_mode(void)
Definition
input_processing.c:104
while_ask_command
void while_ask_command(int *index, data_t *data, int *history_index)
Definition
input_processing.c:133
enable_raw_mode
void enable_raw_mode(void)
Definition
input_processing.c:91
add_char
void add_char(int *index, char *command, char c)
Definition
input_processing.c:71
command
char command[PATH_MAX]
Definition
run_command.c:23
data
Definition
main.h:72
Generated by
1.12.0