diff options
| author | Dominik Kaiser | 2025-01-25 15:57:16 +0100 |
|---|---|---|
| committer | GitHub | 2025-01-25 15:57:16 +0100 |
| commit | 8fb5e2839cb7eb7bb72f577577afafcdbdc8a714 (patch) | |
| tree | f44fffea0ef290f9bdf79448c90d794ba97b8ca4 /include/debug_tools.h | |
| parent | 21874e1446ccd08f4433870a69dbe1c08f8331a9 (diff) | |
| parent | bd8c817797d5f2b1affe6957ffc51846a38e70ec (diff) | |
| download | minishell-8fb5e2839cb7eb7bb72f577577afafcdbdc8a714.tar.gz minishell-8fb5e2839cb7eb7bb72f577577afafcdbdc8a714.zip | |
Merge branch 'main' into memleakfix
Diffstat (limited to 'include/debug_tools.h')
| -rw-r--r-- | include/debug_tools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/debug_tools.h b/include/debug_tools.h index 9a24875..a6f44f5 100644 --- a/include/debug_tools.h +++ b/include/debug_tools.h @@ -23,6 +23,8 @@ void dbg(char *str); void panic(char *msg); + void print_token_list(t_token *token_list); + #endif |
