Move struct managing declarations to new file
authorLukáš Jiřiště <jiriste@icpf.cas.cz>
Mon, 26 Aug 2024 07:44:55 +0000 (09:44 +0200)
committerLukáš Jiřiště <jiriste@icpf.cas.cz>
Mon, 26 Aug 2024 09:41:53 +0000 (11:41 +0200)
commitcabca14eecf67caf1d5d5567ccdd731838248643
treed80fc5abf323feda6856a827fd051f8e2c756298
parentaac1d762760147a71445db54ae97b25116ddd1c2
Move struct managing declarations to new file

Also move var managing functions from execution.c to vars.c.
inc/execution.h
inc/minishell.h
inc/minishell_structs.h [new file with mode: 0644]
src/env.c
src/execution.c
src/helpers.c
src/input_handling.c
src/main.c
src/vars.c
src/wildcards.c