-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfile3
More file actions
executable file
·104 lines (104 loc) · 2.76 KB
/
Copy pathfile3
File metadata and controls
executable file
·104 lines (104 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
libft/ft_toupper.c: OK!
libft/ft_tolower.c: OK!
libft/ft_split.c: OK!
libft/ft_memcpy.c: OK!
libft/ft_lstsize.c: OK!
libft/ft_strnstr.c: OK!
libft/ft_isalnum.c: OK!
libft/ft_strlcat.c: OK!
libft/ft_strchr.c: OK!
libft/ft_lstiter.c: OK!
libft/ft_isdigit.c: OK!
libft/ft_printf_utils.c: OK!
libft/ft_itoa.c: OK!
libft/ft_lstclear.c: OK!
libft/ft_strlcpy.c: OK!
libft/ft_strrchr.c: OK!
libft/ft_freesubstr.c: OK!
libft/ft_isprint.c: OK!
libft/libft.h: OK!
libft/ft_isascii.c: OK!
libft/get_next_line_bonus.h: OK!
libft/ft_lstadd_front.c: OK!
libft/ft_strcmp.c: OK!
libft/ft_strjoin.c: OK!
libft/ft_lstmap.c: OK!
libft/ft_striteri.c: OK!
libft/ft_strncmp.c: OK!
libft/ft_putchar_fd.c: OK!
libft/ft_memset.c: OK!
libft/ft_strlen.c: OK!
libft/ft_atoi.c: OK!
libft/ft_strmapi.c: OK!
libft/ft_lstlast.c: OK!
libft/ft_bzero.c: OK!
libft/ft_substr.c: OK!
libft/ft_unsigned_itoa.c: OK!
libft/ft_putstr_fd.c: OK!
libft/ft_strdup.c: OK!
libft/get_next_line_utils_bonus.c: OK!
libft/ft_isalpha.c: OK!
libft/ft_lstdelone.c: OK!
libft/ft_lstnew.c: OK!
libft/ft_memchr.c: OK!
libft/ft_memmove.c: OK!
libft/ft_lstadd_back.c: OK!
libft/ft_putendl_fd.c: OK!
libft/ft_printf.c: OK!
libft/ft_putnbr_base.c: OK!
libft/ft_printf.h: OK!
libft/ft_putnbr_fd.c: OK!
libft/ft_strtrim.c: OK!
libft/ft_memcmp.c: OK!
libft/get_next_line_bonus.c: OK!
libft/ft_calloc.c: OK!
srcs/tty_run.c: OK!
srcs/input_exec.c: OK!
srcs/main.c: OK!
srcs/input_init.c: OK!
srcs/minishell.h: OK!
srcs/fd_inout.c: OK!
bonus/input_bonus.c: OK!
bonus/bonus.h: OK!
lexer/quote.c: OK!
lexer/lexer.c: OK!
lexer/pipe.c: OK!
lexer/redir.c: OK!
lexer/lexer.h: OK!
built_in/export.c: OK!
built_in/unset.c: OK!
built_in/cd_utils.c: Error!
Error: EXP_PARENTHESIS (line: 15, col: 17): Expected parenthesis
built_in/cd.c: OK!
built_in/ft_exit.c: OK!
built_in/echo.c: OK!
built_in/built_in.h: OK!
parser/parser.h: OK!
parser/parser.c: Error!
Error: TOO_MANY_LINES (line: 57, col: 1): Function has more than 25 lines
Error: TOO_MANY_LINES (line: 103, col: 1): Function has more than 25 lines
Error: TOO_MANY_LINES (line: 149, col: 1): Function has more than 25 lines
parser/parser_utils.c: OK!
parser/quotehandler.c: OK!
parser/expande_variables_utils.c: OK!
pipex/process.c: OK!
pipex/pipex.c: OK!
pipex/pipex.h: OK!
utils/str_utils2.c: OK!
utils/list_funct.c: OK!
utils/list_utils.c: OK!
utils/space_utils.c: OK!
utils/math_utils.c: OK!
utils/neo_argtomtx.c: OK!
utils/close_funct.c: OK!
utils/matrix_utils.c: Error!
Error: TOO_MANY_FUNCS (line: 99, col: 1): Too many functions in file
utils/arg_to_mtx.c: OK!
utils/utils.h: OK!
utils/str_utils3.c: OK!
utils/utils.c: OK!
utils/ft_error.c: Error!
Error: TOO_MANY_LINES (line: 55, col: 1): Function has more than 25 lines
utils/str_utils.c: OK!
utils/file_check.c: OK!
utils/heredoc.c: OK!