aboutsummaryrefslogtreecommitdiff
path: root/src/debug_tools.c
diff options
context:
space:
mode:
authorChristopher Uhlig2025-01-20 13:06:34 +0100
committerChristopher Uhlig2025-01-20 13:06:34 +0100
commit8f5abcdb257393a2e576fe382835e8e060662834 (patch)
tree1b923423b22bb59ff10ea07b0700a5a7bdf96f5a /src/debug_tools.c
parent3392f2b811269f174620832d663b09ef4f4e43f3 (diff)
downloadminishell-8f5abcdb257393a2e576fe382835e8e060662834.tar.gz
minishell-8f5abcdb257393a2e576fe382835e8e060662834.zip
merged
Diffstat (limited to 'src/debug_tools.c')
-rw-r--r--src/debug_tools.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/debug_tools.c b/src/debug_tools.c
index de59703..6bee1b0 100644
--- a/src/debug_tools.c
+++ b/src/debug_tools.c
@@ -3,14 +3,16 @@
/* ::: :::::::: */
/* debug_tools.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
+/* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/24 15:34:14 by dkaiser #+# #+# */
-/* Updated: 2024/06/28 15:04:43 by dkaiser ### ########.fr */
+/* Updated: 2025/01/20 12:50:36 by chuhlig ### ########.fr */
/* */
/* ************************************************************************** */
#include "debug_tools.h"
+#include <stdio.h>
+#include <stdarg.h>
void dbg(char *msg)
{