aboutsummaryrefslogtreecommitdiff
path: root/include/debug_tools.h
diff options
context:
space:
mode:
authorDominik Kaiser2025-01-20 18:41:55 +0100
committerDominik Kaiser2025-01-20 18:41:55 +0100
commit4e249399780b53dad6fa1bf6db8a7c6d32ee2d13 (patch)
tree21ec55386702455222d320cbf270f3c2065ccc3a /include/debug_tools.h
parenteceed405102e019b1f001751de60f5534be0a0ef (diff)
downloadminishell-4e249399780b53dad6fa1bf6db8a7c6d32ee2d13.tar.gz
minishell-4e249399780b53dad6fa1bf6db8a7c6d32ee2d13.zip
I love the norme sooooooooooo much!!!!
Diffstat (limited to 'include/debug_tools.h')
-rw-r--r--include/debug_tools.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/debug_tools.h b/include/debug_tools.h
index 6c4bc29..a014ff1 100644
--- a/include/debug_tools.h
+++ b/include/debug_tools.h
@@ -6,16 +6,14 @@
/* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/24 18:34:37 by dkaiser #+# #+# */
-/* Updated: 2025/01/19 21:08:15 by chuhlig ### ########.fr */
+/* Updated: 2025/01/20 17:56:01 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef DEBUG_TOOLS_H
# define DEBUG_TOOLS_H
-# include <stdarg.h>
-# include "debug_tools.h"
-
# include "libft.h"
+# include <stdarg.h>
# ifndef DEBUG
# define DEBUG 0
@@ -25,8 +23,6 @@
void dbg(char *str);
void panic(char *msg);
-
void dbg2(const char *format, ...);
-
#endif