diff options
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 |
