/* ::: :::::::: */
/* token.h :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
+/* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/27 13:27:18 by dkaiser #+# #+# */
-/* Updated: 2024/06/28 14:59:19 by dkaiser ### ########.fr */
+/* Updated: 2024/06/28 21:49:55 by chuhlig ### ########.fr */
/* */
/* ************************************************************************** */
void free_token(t_token *token);
-#endif
+void print_token(t_token *token);
+void conditional_print(char *string, int start_of_string, int i, int offset, t_token **token_list);
+void tokenizer(char *s, t_token **token_list);
+void print_token(t_token *token);
+
+
+#endif
\ No newline at end of file