diff options
| author | Christopher Uhlig | 2025-01-20 13:06:34 +0100 |
|---|---|---|
| committer | Christopher Uhlig | 2025-01-20 13:06:34 +0100 |
| commit | 8f5abcdb257393a2e576fe382835e8e060662834 (patch) | |
| tree | 1b923423b22bb59ff10ea07b0700a5a7bdf96f5a /include/token.h | |
| parent | 3392f2b811269f174620832d663b09ef4f4e43f3 (diff) | |
| download | minishell-8f5abcdb257393a2e576fe382835e8e060662834.tar.gz minishell-8f5abcdb257393a2e576fe382835e8e060662834.zip | |
merged
Diffstat (limited to 'include/token.h')
| -rw-r--r-- | include/token.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/token.h b/include/token.h index 54a65f2..993a408 100644 --- a/include/token.h +++ b/include/token.h @@ -6,7 +6,7 @@ /* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/06/27 13:27:18 by dkaiser #+# #+# */ -/* Updated: 2024/08/29 15:26:23 by dkaiser ### ########.fr */ +/* Updated: 2025/01/20 12:37:59 by chuhlig ### ########.fr */ /* */ /* ************************************************************************** */ @@ -49,5 +49,6 @@ void free_token_and_connect(t_token *token); void free_tokens(t_token *tokens); void tokenizer(char *s, t_token **token_list, char quote_check); +void print_token(t_token *token); #endif |
