mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
redirection parsing: define types in own files
This commit is contained in:
parent
06ebcf132a
commit
cf517bb7f8
8 changed files with 92 additions and 43 deletions
|
|
@ -6,14 +6,14 @@
|
|||
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/03/07 11:55:37 by khais #+# #+# */
|
||||
/* Updated: 2025/03/07 12:00:13 by khais ### ########.fr */
|
||||
/* Updated: 2025/03/07 14:43:15 by khais ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include <assert.h>
|
||||
#include "../src/parser/simple_cmd/simple_cmd.h"
|
||||
#include "../src/parser/wordsplit/wordsplit.h"
|
||||
#include "../src/postprocess/redirections/redirections.h"
|
||||
#include "../src/postprocess/redirections/redirection_parsing.h"
|
||||
|
||||
static t_simple_cmd *parse_simple_cmd(char *input)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue