mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
debug, destroy all new types (also some code for testing it)
This commit is contained in:
parent
82da182773
commit
596b21fc2f
6 changed files with 10 additions and 8 deletions
|
|
@ -13,8 +13,8 @@
|
|||
#include "simple_cmd.h"
|
||||
#include "libft.h"
|
||||
#include "../../treedrawing.h"
|
||||
#include "../cmd/cmd_destroy.h"
|
||||
#include "../redirect/redirect_debug.h"
|
||||
#include "../cmd/cmd_destroy.h"
|
||||
|
||||
/*
|
||||
** parse a wordlist and yield a simple command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue