]> git.dkaiser.de - 42/minishell.git/commit
Add debug tools
authorDominik Kaiser <141638109+dpu-kaiser@users.noreply.github.com>
Tue, 25 Jun 2024 11:03:28 +0000 (13:03 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2024 11:03:28 +0000 (13:03 +0200)
commit0d7a57a7bc14831d6d7076ccb0ea7a7213ddd7fb
treeb32a1e9f885ec813cd8b729c05db2ba2a68f9475
parent1d8f996fe098b7399669174b67d2fa6341bea8d7
Add debug tools

* Add dbg() function and debug make rule

* Add panic() debug function
Makefile
include/debug_tools.h [new file with mode: 0644]
include/minishell.h
src/debug_tools.c [new file with mode: 0644]