Make the project entirely compliant with the Norm
authorLukas Jiriste <ljiriste@student.42prague.com>
Sun, 1 Sep 2024 12:40:18 +0000 (14:40 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Sun, 1 Sep 2024 13:40:40 +0000 (15:40 +0200)
commit726cc9bbac524d6e3ed8775721ea6c4192af4685
treed02e4ddd4138ea70e8c5aa63fc2ee265e50b6e99
parente5c210dc96bccc2e4d3bec50ca8028c37cfab1ac
Make the project entirely compliant with the Norm
17 files changed:
inc/builtins.h
inc/execution.h
inc/minishell.h
inc/minishell_structs.h
inc/parsing_info.h
src/add_word.c
src/assignments.c
src/exe_helpers.c
src/exe_prepare.c
src/execute_builtin.c
src/execute_cmd.c
src/expand.c
src/expand_split.c
src/redir_file.c
src/redir_here.c
src/redirection.c
src/token_finish.c