Refactor some files to comply with the 42 Norm
authorLilia-42 <nikolovalilianenkova@gmail.com>
Sat, 31 Aug 2024 16:19:35 +0000 (18:19 +0200)
committerLilia-42 <nikolovalilianenkova@gmail.com>
Sat, 31 Aug 2024 16:19:35 +0000 (18:19 +0200)
commitf056791099bd94b51d171f660f2525c303e92fd7
treeed5e255643942021136fc4be4fdd98d5215d4a10
parent2650cb81631b11b8b3d1c73b12d12ed3436fbf76
Refactor some files to comply with the 42 Norm

tokenization.c and wildcards.c were each split to 3 files
to comply with the "max 5 functions per file" rule of the Norm
Makefile
inc/minishell.h
inc/minishell_structs.h
inc/tokens.h [new file with mode: 0644]
src/token_categorize.c [new file with mode: 0644]
src/token_finish.c [new file with mode: 0644]
src/tokenization.c
src/vars.c
src/wildcards.c
src/wildcards_helpers.c [new file with mode: 0644]
src/wildcards_inner.c [new file with mode: 0644]