diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-10-20 18:44:30 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-10-20 18:44:30 +0200 |
commit | 6238338ae0c89c9cb16e437bf80db3f4fb1cce10 (patch) | |
tree | c8f058727128f5d7ba0e47c12b35eb135ec55a53 /src/c_input.h | |
parent | norme + backslash + delchar + init --> gnl (diff) | |
download | 42-minishell-6238338ae0c89c9cb16e437bf80db3f4fb1cce10.tar.gz 42-minishell-6238338ae0c89c9cb16e437bf80db3f4fb1cce10.tar.bz2 42-minishell-6238338ae0c89c9cb16e437bf80db3f4fb1cce10.tar.xz 42-minishell-6238338ae0c89c9cb16e437bf80db3f4fb1cce10.tar.zst 42-minishell-6238338ae0c89c9cb16e437bf80db3f4fb1cce10.zip |
globul scope
Diffstat (limited to 'src/c_input.h')
-rw-r--r-- | src/c_input.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/c_input.h b/src/c_input.h index a586e2f..541b712 100644 --- a/src/c_input.h +++ b/src/c_input.h @@ -11,12 +11,12 @@ /* ************************************************************************** */ #ifndef C_INPUT_H -#define C_INPUT_H +# define C_INPUT_H -int16_t c_back_slash(char **line, uint32_t plen, t_caps *tcaps); -int16_t c_ctrl_c(char *line, t_caps *tcaps, t_msh *msh); -uint32_t c_get_line_num(char *line, uint32_t cpos, uint32_t plen, t_caps *tcaps); -int16_t c_init_line(uint8_t psx, t_caps *tcaps); -uint16_t c_get_win_size(struct winsize *ws); +int16_t c_back_slash(char **line, uint32_t plen, t_caps *tcaps); +int16_t c_ctrl_c(char *line, t_caps *tcaps, t_msh *msh); +uint32_ c_get_line_num(char *line, uint32_t cpos, uint32_t plen, t_caps *tcaps); +int16_t c_init_line(uint8_t psx, t_caps *tcaps); +uint16_t c_get_win_size(struct winsize *ws); #endif |