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);
13
#endif
//INPUT_PROCESSING_H
while_ask_command
void while_ask_command(int *index)
Definition
input_processing.c:110
disable_raw_mode
void disable_raw_mode(void)
Definition
input_processing.c:88
enable_raw_mode
void enable_raw_mode(void)
Definition
input_processing.c:75
add_char
void add_char(int *index, char *command, char c)
Definition
input_processing.c:55
command
char command[PATH_MAX]
Definition
run_command.c:22
Generated by
1.12.0