diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-12 19:50:42 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-12 19:50:42 +0200 |
commit | 9b5512bc4c2ac38669002892b801b05006e66c8b (patch) | |
tree | a772754e36ac9c4242d4cccfc712833d2558f3c7 | |
parent | Norm update (diff) | |
download | 42-minishell-9b5512bc4c2ac38669002892b801b05006e66c8b.tar.gz 42-minishell-9b5512bc4c2ac38669002892b801b05006e66c8b.tar.bz2 42-minishell-9b5512bc4c2ac38669002892b801b05006e66c8b.tar.xz 42-minishell-9b5512bc4c2ac38669002892b801b05006e66c8b.tar.zst 42-minishell-9b5512bc4c2ac38669002892b801b05006e66c8b.zip |
Norm
81 files changed, 163 insertions, 163 deletions
diff --git a/libft/include/libft.h b/libft/include/libft.h index c0910b1..6f3f523 100644 --- a/libft/include/libft.h +++ b/libft/include/libft.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_LIBFT_H -# define FT_LIBFT_H +#ifndef LIBFT_H +# define LIBFT_H # include <stddef.h> # include <stdarg.h> diff --git a/src/b_alias.h b/src/b_alias.h index ae3dfb8..9d7f1e5 100644 --- a/src/b_alias.h +++ b/src/b_alias.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_ALIAS_H -# define FT_B_ALIAS_H +#ifndef B_ALIAS_H +# define B_ALIAS_H # include <stdint.h> diff --git a/src/b_alias_print.h b/src/b_alias_print.h index ea39e21..17d0152 100644 --- a/src/b_alias_print.h +++ b/src/b_alias_print.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_ALIAS_PRINT_H -# define FT_B_ALIAS_PRINT_H +#ifndef B_ALIAS_PRINT_H +# define B_ALIAS_PRINT_H # include "s_struct.h" diff --git a/src/b_builtins.h b/src/b_builtins.h index 15fd0bd..9ffa6d4 100644 --- a/src/b_builtins.h +++ b/src/b_builtins.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_BUILTINS_H -# define FT_B_BUILTINS_H +#ifndef B_BUILTINS_H +# define B_BUILTINS_H # include "b_alias.h" # include "b_cd.h" @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_CD_H -# define FT_B_CD_H +#ifndef B_CD_H +# define B_CD_H # include <stdint.h> diff --git a/src/b_echo.h b/src/b_echo.h index 391252f..4ebf202 100644 --- a/src/b_echo.h +++ b/src/b_echo.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_ECHO_H -# define FT_B_ECHO_H +#ifndef B_ECHO_H +# define B_ECHO_H # include <stdint.h> diff --git a/src/b_env.h b/src/b_env.h index dabbdd7..847f458 100644 --- a/src/b_env.h +++ b/src/b_env.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_ENV_H -# define FT_B_ENV_H +#ifndef B_ENV_H +# define B_ENV_H # include <stdint.h> diff --git a/src/b_exit.h b/src/b_exit.h index 47006cc..dcdceee 100644 --- a/src/b_exit.h +++ b/src/b_exit.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_EXIT_H -# define FT_B_EXIT_H +#ifndef B_EXIT_H +# define B_EXIT_H # include <stdint.h> diff --git a/src/b_export.h b/src/b_export.h index 165fae4..2c2a708 100644 --- a/src/b_export.h +++ b/src/b_export.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_EXPORT_H -# define FT_B_EXPORT_H +#ifndef B_EXPORT_H +# define B_EXPORT_H # include <libft.h> # include <stdint.h> diff --git a/src/b_export_mute.h b/src/b_export_mute.h index 2c12b4a..6a4f56c 100644 --- a/src/b_export_mute.h +++ b/src/b_export_mute.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_EXPORT_MUTE_H -# define FT_B_EXPORT_MUTE_H +#ifndef B_EXPORT_MUTE_H +# define B_EXPORT_MUTE_H # include <stdint.h> diff --git a/src/b_export_next.h b/src/b_export_next.h index 02729a2..01f18b6 100644 --- a/src/b_export_next.h +++ b/src/b_export_next.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_EXPORT_NEXT_H -# define FT_B_EXPORT_NEXT_H +#ifndef B_EXPORT_NEXT_H +# define B_EXPORT_NEXT_H # include "s_struct.h" @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_H_H -# define FT_B_H_H +#ifndef B_H_H +# define B_H_H # include <stdint.h> diff --git a/src/b_pwd.h b/src/b_pwd.h index e5ba05d..0f5603f 100644 --- a/src/b_pwd.h +++ b/src/b_pwd.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_PWD_H -# define FT_B_PWD_H +#ifndef B_PWD_H +# define B_PWD_H # include <stdint.h> diff --git a/src/b_sqb_err.h b/src/b_sqb_err.h index f9ec3c7..f8fca45 100644 --- a/src/b_sqb_err.h +++ b/src/b_sqb_err.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_SQB_ERR_H -# define FT_B_SQB_ERR_H +#ifndef B_SQB_ERR_H +# define B_SQB_ERR_H # include <stdint.h> diff --git a/src/b_sqb_file.h b/src/b_sqb_file.h index e47413f..ebdc5e3 100644 --- a/src/b_sqb_file.h +++ b/src/b_sqb_file.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_SQB_FILE_H -# define FT_B_SQB_FILE_H +#ifndef B_SQB_FILE_H +# define B_SQB_FILE_H # include <stdint.h> diff --git a/src/b_sqb_nbr.h b/src/b_sqb_nbr.h index 28eccd1..d5946e3 100644 --- a/src/b_sqb_nbr.h +++ b/src/b_sqb_nbr.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_SQB_NBR_H -# define FT_B_SQB_NBR_H +#ifndef B_SQB_NBR_H +# define B_SQB_NBR_H # include <stdint.h> diff --git a/src/b_sqb_str.h b/src/b_sqb_str.h index 9d8bf1a..59a1019 100644 --- a/src/b_sqb_str.h +++ b/src/b_sqb_str.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_SQB_STR_H -# define FT_B_SQB_STR_H +#ifndef B_SQB_STR_H +# define B_SQB_STR_H # include <stdint.h> diff --git a/src/b_type.h b/src/b_type.h index 55ca34f..e27d836 100644 --- a/src/b_type.h +++ b/src/b_type.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_TYPE_H -# define FT_B_TYPE_H +#ifndef B_TYPE_H +# define B_TYPE_H # include <stdint.h> diff --git a/src/b_unset.h b/src/b_unset.h index 8e8c3dc..6be5cf8 100644 --- a/src/b_unset.h +++ b/src/b_unset.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_B_UNSET_H -# define FT_B_UNSET_H +#ifndef B_UNSET_H +# define B_UNSET_H # include <stdint.h> diff --git a/src/d_define.h b/src/d_define.h index 23b3964..fe3a158 100644 --- a/src/d_define.h +++ b/src/d_define.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_D_DEFINE_H -# define FT_D_DEFINE_H +#ifndef D_DEFINE_H +# define D_DEFINE_H # include "d_enum.h" diff --git a/src/d_enum.h b/src/d_enum.h index b05d526..8c32b1e 100644 --- a/src/d_enum.h +++ b/src/d_enum.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_D_ENUM_H -# define FT_D_ENUM_H +#ifndef D_ENUM_H +# define D_ENUM_H /* ** ret vals: diff --git a/src/e_builtins.h b/src/e_builtins.h index 302e795..be73661 100644 --- a/src/e_builtins.h +++ b/src/e_builtins.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_E_BUILTINS_H -# define FT_E_BUILTINS_H +#ifndef E_BUILTINS_H +# define E_BUILTINS_H # include <stdint.h> diff --git a/src/e_externs.h b/src/e_externs.h index 92f9fcc..cd2f66f 100644 --- a/src/e_externs.h +++ b/src/e_externs.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_E_EXTERNS_H -# define FT_E_EXTERNS_H +#ifndef E_EXTERNS_H +# define E_EXTERNS_H # include "s_struct.h" diff --git a/src/e_line.h b/src/e_line.h index c361120..9940b55 100644 --- a/src/e_line.h +++ b/src/e_line.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_E_LINE_H -# define FT_E_LINE_H +#ifndef E_LINE_H +# define E_LINE_H # include <stdint.h> diff --git a/src/e_pipes.h b/src/e_pipes.h index c523d4f..dbf4dd2 100644 --- a/src/e_pipes.h +++ b/src/e_pipes.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_E_PIPES_H -# define FT_E_PIPES_H +#ifndef E_PIPES_H +# define E_PIPES_H # include "s_struct.h" diff --git a/src/e_pipes_next.c b/src/e_pipes_next.c index 291ba62..78feb5a 100644 --- a/src/e_pipes_next.c +++ b/src/e_pipes_next.c @@ -68,7 +68,7 @@ static void e_exec_child(const char fullpath[], t_com *ptr, t_msh *msh) } } -void e_pipe_child(char fullpath[], uint8_t fp_ret, t_com *ptr, t_msh *msh) +void e_pipe_child(char fullpath[], uint8_t fp_ret, t_com *ptr, t_msh *msh) { uint8_t bu_id; uint8_t ret; @@ -93,7 +93,7 @@ void e_pipe_child(char fullpath[], uint8_t fp_ret, t_com *ptr, t_msh *msh) } } -size_t e_get_pipes_count(struct s_lpipes *ptr) +size_t e_get_pipes_count(struct s_lpipes *ptr) { struct s_lpipes *rptr; size_t pipes; @@ -108,7 +108,7 @@ size_t e_get_pipes_count(struct s_lpipes *ptr) return (pipes); } -void e_close_unused_fds(int32_t fd[256][2], size_t pipes) +void e_close_unused_fds(int32_t fd[256][2], size_t pipes) { size_t i; diff --git a/src/e_pipes_next.h b/src/e_pipes_next.h index d8c1aac..13bf6df 100644 --- a/src/e_pipes_next.h +++ b/src/e_pipes_next.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_E_PIPES_NEXT_H -# define FT_E_PIPES_NEXT_H +#ifndef E_PIPES_NEXT_H +# define E_PIPES_NEXT_H # include <stddef.h> # include <stdint.h> diff --git a/src/e_redirs.h b/src/e_redirs.h index 95802ab..c2ac61c 100644 --- a/src/e_redirs.h +++ b/src/e_redirs.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_E_REDIRS_H -# define FT_E_REDIRS_H +#ifndef E_REDIRS_H +# define E_REDIRS_H # include "s_struct.h" diff --git a/src/e_unshebanged.h b/src/e_unshebanged.h index ce1d49c..ee30bda 100644 --- a/src/e_unshebanged.h +++ b/src/e_unshebanged.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_E_UNSHEBANGED_H -# define FT_E_UNSHEBANGED_H +#ifndef E_UNSHEBANGED_H +# define E_UNSHEBANGED_H # include <libft.h> diff --git a/src/f_alloc.h b/src/f_alloc.h index 79d93c7..a520eeb 100644 --- a/src/f_alloc.h +++ b/src/f_alloc.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_F_ALLOC_H -# define FT_F_ALLOC_H +#ifndef F_ALLOC_H +# define F_ALLOC_H # include "s_struct.h" diff --git a/src/f_chdir.h b/src/f_chdir.h index d065f41..ae603a2 100644 --- a/src/f_chdir.h +++ b/src/f_chdir.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_F_CHDIR_H -# define FT_F_CHDIR_H +#ifndef F_CHDIR_H +# define F_CHDIR_H # include "s_struct.h" diff --git a/src/f_com.h b/src/f_com.h index bbf2bf6..8e5e95e 100644 --- a/src/f_com.h +++ b/src/f_com.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_F_COM_H -# define FT_F_COM_H +#ifndef F_COM_H +# define F_COM_H void f_command_not_found(const char command[]); diff --git a/src/f_errno.h b/src/f_errno.h index cc56518..10ae7f3 100644 --- a/src/f_errno.h +++ b/src/f_errno.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_F_ERRNO_H -# define FT_F_ERRNO_H +#ifndef F_ERRNO_H +# define F_ERRNO_H # include "s_struct.h" diff --git a/src/f_exec.h b/src/f_exec.h index b1a8b36..afe07c6 100644 --- a/src/f_exec.h +++ b/src/f_exec.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_F_EXEC_H -# define FT_F_EXEC_H +#ifndef F_EXEC_H +# define F_EXEC_H # include "s_struct.h" diff --git a/src/f_fail.h b/src/f_fail.h index a733630..4cc9973 100644 --- a/src/f_fail.h +++ b/src/f_fail.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_F_FAIL_H -# define FT_F_FAIL_H +#ifndef F_FAIL_H +# define F_FAIL_H # include "f_com.h" # include "f_alloc.h" diff --git a/src/f_file.h b/src/f_file.h index 0f86bf1..40b8b50 100644 --- a/src/f_file.h +++ b/src/f_file.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_F_FILE_H -# define FT_F_FILE_H +#ifndef F_FILE_H +# define F_FILE_H # include "s_struct.h" diff --git a/src/f_parse.h b/src/f_parse.h index ba78918..a506ade 100644 --- a/src/f_parse.h +++ b/src/f_parse.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_F_PARSE_H -# define FT_F_PARSE_H +#ifndef F_PARSE_H +# define F_PARSE_H void f_parse_token(char c); diff --git a/src/f_redir.h b/src/f_redir.h index ddb3c79..d00f729 100644 --- a/src/f_redir.h +++ b/src/f_redir.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_F_REDIR_H -# define FT_F_REDIR_H +#ifndef F_REDIR_H +# define F_REDIR_H # include "s_struct.h" diff --git a/src/f_shlvl.h b/src/f_shlvl.h index 75a60bc..8d0fcf9 100644 --- a/src/f_shlvl.h +++ b/src/f_shlvl.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_F_SHLVL_H -# define FT_F_SHLVL_H +#ifndef F_SHLVL_H +# define F_SHLVL_H # include <stdint.h> diff --git a/src/m_argv.h b/src/m_argv.h index ed639a0..3e8deda 100644 --- a/src/m_argv.h +++ b/src/m_argv.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_ARGV_H -# define FT_M_ARGV_H +#ifndef M_ARGV_H +# define M_ARGV_H # include <stdint.h> diff --git a/src/m_comm.h b/src/m_comm.h index 26209b1..aedb5a3 100644 --- a/src/m_comm.h +++ b/src/m_comm.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_COMM_H -# define FT_M_COMM_H +#ifndef M_COMM_H +# define M_COMM_H # include <stdint.h> diff --git a/src/m_funptr.h b/src/m_funptr.h index f97094e..f5375b9 100644 --- a/src/m_funptr.h +++ b/src/m_funptr.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_FUNPTR_H -# define FT_M_FUNPTR_H +#ifndef M_FUNPTR_H +# define M_FUNPTR_H # include "s_struct.h" diff --git a/src/m_init.h b/src/m_init.h index 882c7f1..f453840 100644 --- a/src/m_init.h +++ b/src/m_init.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_INIT_H -# define FT_M_INIT_H +#ifndef M_INIT_H +# define M_INIT_H # include "s_struct.h" diff --git a/src/m_loop.h b/src/m_loop.h index 1920c41..a8bc871 100644 --- a/src/m_loop.h +++ b/src/m_loop.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_LOOP_H -# define FT_M_LOOP_H +#ifndef M_LOOP_H +# define M_LOOP_H # include <stdint.h> diff --git a/src/m_loop_counter.h b/src/m_loop_counter.h index 3bf04ab..3762c2f 100644 --- a/src/m_loop_counter.h +++ b/src/m_loop_counter.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_LOOP_COUNTER_H -# define FT_M_LOOP_COUNTER_H +#ifndef M_LOOP_COUNTER_H +# define M_LOOP_COUNTER_H # include <stdint.h> diff --git a/src/m_loop_multis.h b/src/m_loop_multis.h index 33ba191..237f698 100644 --- a/src/m_loop_multis.h +++ b/src/m_loop_multis.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_LOOP_MULTIS_H -# define FT_M_LOOP_MULTIS_H +#ifndef M_LOOP_MULTIS_H +# define M_LOOP_MULTIS_H # include <stdint.h> diff --git a/src/m_loop_next.h b/src/m_loop_next.h index d6d1c08..4c3e48a 100644 --- a/src/m_loop_next.h +++ b/src/m_loop_next.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_LOOP_NEXT_H -# define FT_M_LOOP_NEXT_H +#ifndef M_LOOP_NEXT_H +# define M_LOOP_NEXT_H # include <stdint.h> diff --git a/src/m_minishell.h b/src/m_minishell.h index ab9ad21..102d892 100644 --- a/src/m_minishell.h +++ b/src/m_minishell.h @@ -10,7 +10,7 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_MINISHELL_H -# define FT_M_MINISHELL_H +#ifndef M_MINISHELL_H +# define M_MINISHELL_H #endif diff --git a/src/m_mshrc.h b/src/m_mshrc.h index 990ce31..8adbd38 100644 --- a/src/m_mshrc.h +++ b/src/m_mshrc.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_MSHRC_H -# define FT_M_MSHRC_H +#ifndef M_MSHRC_H +# define M_MSHRC_H # include <stdint.h> diff --git a/src/m_prompt.h b/src/m_prompt.h index 235c6e1..585d81f 100644 --- a/src/m_prompt.h +++ b/src/m_prompt.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_PROMPT_H -# define FT_M_PROMPT_H +#ifndef M_PROMPT_H +# define M_PROMPT_H # include <stdint.h> diff --git a/src/m_prompt_seq.h b/src/m_prompt_seq.h index 113dc73..48a5ba3 100644 --- a/src/m_prompt_seq.h +++ b/src/m_prompt_seq.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_PROMPT_SEQ_H -# define FT_M_PROMPT_SEQ_H +#ifndef M_PROMPT_SEQ_H +# define M_PROMPT_SEQ_H # include <stddef.h> diff --git a/src/p_args.h b/src/p_args.h index a399c35..2403fea 100644 --- a/src/p_args.h +++ b/src/p_args.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_ARGS_H -# define FT_P_ARGS_H +#ifndef P_ARGS_H +# define P_ARGS_H # include <stdint.h> diff --git a/src/p_args_escape.h b/src/p_args_escape.h index c2ffc5d..4de8105 100644 --- a/src/p_args_escape.h +++ b/src/p_args_escape.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_ARGS_ESCAPE_H -# define FT_P_ARGS_ESCAPE_H +#ifndef P_ARGS_ESCAPE_H +# define P_ARGS_ESCAPE_H void p_args_escape_chars_and_quotes(char *words[]); diff --git a/src/p_args_len.h b/src/p_args_len.h index cbe8cd0..e27c28f 100644 --- a/src/p_args_len.h +++ b/src/p_args_len.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_ARGS_LEN_H -# define FT_P_ARGS_LEN_H +#ifndef P_ARGS_LEN_H +# define P_ARGS_LEN_H # include <stddef.h> diff --git a/src/p_args_next.h b/src/p_args_next.h index ca794f5..f21dfd9 100644 --- a/src/p_args_next.h +++ b/src/p_args_next.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_ARGS_NEXT_H -# define FT_P_ARGS_NEXT_H +#ifndef P_ARGS_NEXT_H +# define P_ARGS_NEXT_H # include <stdint.h> diff --git a/src/p_lblock.h b/src/p_lblock.h index ab0b805..2f6ba37 100644 --- a/src/p_lblock.h +++ b/src/p_lblock.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_LBLOCK_H -# define FT_P_LBLOCK_H +#ifndef P_LBLOCK_H +# define P_LBLOCK_H # include <stdint.h> diff --git a/src/p_lblock_more.h b/src/p_lblock_more.h index 671f49f..c7b3310 100644 --- a/src/p_lblock_more.h +++ b/src/p_lblock_more.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_LBLOCK_MORE_H -# define FT_P_LBLOCK_MORE_H +#ifndef P_LBLOCK_MORE_H +# define P_LBLOCK_MORE_H # include "s_struct.h" diff --git a/src/p_lblock_next.h b/src/p_lblock_next.h index 7042060..650d2ab 100644 --- a/src/p_lblock_next.h +++ b/src/p_lblock_next.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_LBLOCK_NEXT_H -# define FT_P_LBLOCK_NEXT_H +#ifndef P_LBLOCK_NEXT_H +# define P_LBLOCK_NEXT_H # include <libft.h> # include <stdint.h> diff --git a/src/p_line.h b/src/p_line.h index 1ec4b81..59e03c4 100644 --- a/src/p_line.h +++ b/src/p_line.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_LINE_H -# define FT_P_LINE_H +#ifndef P_LINE_H +# define P_LINE_H # include "s_struct.h" diff --git a/src/p_redirs.h b/src/p_redirs.h index ae36cd9..2e0c996 100644 --- a/src/p_redirs.h +++ b/src/p_redirs.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_REDIRS_H -# define FT_P_REDIRS_H +#ifndef P_REDIRS_H +# define P_REDIRS_H # include <stdint.h> diff --git a/src/p_redirs_heredoc.h b/src/p_redirs_heredoc.h index 158c2e5..66d326a 100644 --- a/src/p_redirs_heredoc.h +++ b/src/p_redirs_heredoc.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_REDIRS_HEREDOC_H -# define FT_P_REDIRS_HEREDOC_H +#ifndef P_REDIRS_HEREDOC_H +# define P_REDIRS_HEREDOC_H # include <stdint.h> diff --git a/src/p_split.h b/src/p_split.h index 7e770bb..710df74 100644 --- a/src/p_split.h +++ b/src/p_split.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_SPLIT_H -# define FT_P_SPLIT_H +#ifndef P_SPLIT_H +# define P_SPLIT_H # include <stddef.h> # include <stdint.h> diff --git a/src/p_subst_alias.h b/src/p_subst_alias.h index 7a797f6..8d9f8d4 100644 --- a/src/p_subst_alias.h +++ b/src/p_subst_alias.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_SUBST_ALIAS_H -# define FT_P_SUBST_ALIAS_H +#ifndef P_SUBST_ALIAS_H +# define P_SUBST_ALIAS_H # include <libft.h> # include <stddef.h> diff --git a/src/p_subst_home.h b/src/p_subst_home.h index df74e22..76e18be 100644 --- a/src/p_subst_home.h +++ b/src/p_subst_home.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_SUBST_HOME_H -# define FT_P_SUBST_HOME_H +#ifndef P_SUBST_HOME_H +# define P_SUBST_HOME_H # include "s_struct.h" diff --git a/src/p_subst_vars.h b/src/p_subst_vars.h index 6f6716e..7fcbbb1 100644 --- a/src/p_subst_vars.h +++ b/src/p_subst_vars.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_SUBST_VARS_H -# define FT_P_SUBST_VARS_H +#ifndef P_SUBST_VARS_H +# define P_SUBST_VARS_H # include "s_struct.h" diff --git a/src/s_com.h b/src/s_com.h index 80c03e1..acdb976 100644 --- a/src/s_com.h +++ b/src/s_com.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_S_COM_H -# define FT_S_COM_H +#ifndef S_COM_H +# define S_COM_H # include "s_struct.h" diff --git a/src/s_destroy.h b/src/s_destroy.h index d03dda2..e417de7 100644 --- a/src/s_destroy.h +++ b/src/s_destroy.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_S_DESTROY_H -# define FT_S_DESTROY_H +#ifndef S_DESTROY_H +# define S_DESTROY_H # include "s_struct.h" diff --git a/src/s_init.h b/src/s_init.h index f95918b..0acf60e 100644 --- a/src/s_init.h +++ b/src/s_init.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_S_INIT_H -# define FT_S_INIT_H +#ifndef S_INIT_H +# define S_INIT_H # include <stdlib.h> # include <stdint.h> diff --git a/src/s_init_next.h b/src/s_init_next.h index 9ea51ee..cc99a06 100644 --- a/src/s_init_next.h +++ b/src/s_init_next.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_S_INIT_NEXT_H -# define FT_S_INIT_NEXT_H +#ifndef S_INIT_NEXT_H +# define S_INIT_NEXT_H # include "s_struct.h" diff --git a/src/s_lalias.h b/src/s_lalias.h index 8839a3a..e663a25 100644 --- a/src/s_lalias.h +++ b/src/s_lalias.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_S_LALIAS_H -# define FT_S_LALIAS_H +#ifndef S_LALIAS_H +# define S_LALIAS_H # include "s_struct.h" diff --git a/src/s_line.h b/src/s_line.h index 355ddc0..7d510c4 100644 --- a/src/s_line.h +++ b/src/s_line.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_S_LINE_H -# define FT_S_LINE_H +#ifndef S_LINE_H +# define S_LINE_H # include <stdint.h> diff --git a/src/s_lpipes.h b/src/s_lpipes.h index edc559a..04c45de 100644 --- a/src/s_lpipes.h +++ b/src/s_lpipes.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_S_LPIPES_H -# define FT_S_LPIPES_H +#ifndef S_LPIPES_H +# define S_LPIPES_H # include "s_struct.h" diff --git a/src/s_lredir.h b/src/s_lredir.h index cf9bc6c..e649f43 100644 --- a/src/s_lredir.h +++ b/src/s_lredir.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_S_LREDIR_H -# define FT_S_LREDIR_H +#ifndef S_LREDIR_H +# define S_LREDIR_H # include <stdint.h> diff --git a/src/s_lvars.h b/src/s_lvars.h index 21f9fce..4f0babd 100644 --- a/src/s_lvars.h +++ b/src/s_lvars.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_S_LVARS_H -# define FT_S_LVARS_H +#ifndef S_LVARS_H +# define S_LVARS_H # include "s_struct.h" diff --git a/src/s_struct.h b/src/s_struct.h index 5bf307d..e6e266a 100644 --- a/src/s_struct.h +++ b/src/s_struct.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_S_STRUCT_H -# define FT_S_STRUCT_H +#ifndef S_STRUCT_H +# define S_STRUCT_H # include <stdint.h> # include <stddef.h> diff --git a/src/u_alias.h b/src/u_alias.h index 341f8be..a6e8907 100644 --- a/src/u_alias.h +++ b/src/u_alias.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_U_ALIAS_H -# define FT_U_ALIAS_H +#ifndef U_ALIAS_H +# define U_ALIAS_H # include <stddef.h> diff --git a/src/u_parse.h b/src/u_parse.h index 76e9152..14f9f76 100644 --- a/src/u_parse.h +++ b/src/u_parse.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_U_PARSE_H -# define FT_U_PARSE_H +#ifndef U_PARSE_H +# define U_PARSE_H # include "d_define.h" diff --git a/src/u_path.h b/src/u_path.h index 6224558..d2f31e5 100644 --- a/src/u_path.h +++ b/src/u_path.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_U_PATH_H -# define FT_U_PATH_H +#ifndef U_PATH_H +# define U_PATH_H # include <stddef.h> diff --git a/src/u_utils.h b/src/u_utils.h index a01155a..e136ecc 100644 --- a/src/u_utils.h +++ b/src/u_utils.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_U_UTILS_H -# define FT_U_UTILS_H +#ifndef U_UTILS_H +# define U_UTILS_H # include <libft.h> # include <stdint.h> diff --git a/src/u_vars.h b/src/u_vars.h index 92dce53..e27a142 100644 --- a/src/u_vars.h +++ b/src/u_vars.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_U_VARS_H -# define FT_U_VARS_H +#ifndef U_VARS_H +# define U_VARS_H # include <stdint.h> # include <stddef.h> diff --git a/src/u_vars_next.h b/src/u_vars_next.h index 979e07a..cd802c7 100644 --- a/src/u_vars_next.h +++ b/src/u_vars_next.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_U_VARS_NEXT_H -# define FT_U_VARS_NEXT_H +#ifndef U_VARS_NEXT_H +# define U_VARS_NEXT_H # include "s_struct.h" |