debug, destroy all new types (also some code for testing it)

This commit is contained in:
Khaïs COLIN 2025-04-08 16:18:57 +02:00
parent 53693e171e
commit d40b6c3586
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
18 changed files with 453 additions and 121 deletions

View 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