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
53693e171e
commit
d40b6c3586
18 changed files with 453 additions and 121 deletions
20
src/parser/cmd/cmd_debug.h
Normal file
20
src/parser/cmd/cmd_debug.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* cmd_debug.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/04/09 16:51:17 by khais #+# #+# */
|
||||
/* Updated: 2025/04/09 16:54:24 by khais ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef CMD_DEBUG_H
|
||||
# define CMD_DEBUG_H
|
||||
|
||||
# include "../../minishell.h"
|
||||
|
||||
void cmd_debug(t_cmd *cmd, t_buffer *leader, bool is_last);
|
||||
|
||||
#endif // CMD_DEBUG_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue