/* By: ljiriste <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/03 09:00:00 by ljiriste #+# #+# */
-/* Updated: 2024/05/03 16:06:16 by ljiriste ### ########.fr */
+/* Updated: 2024/06/14 10:33:27 by lnikolov ### ########.fr */
/* */
/* ************************************************************************** */
return (0);
}
+// This function turns the input char string into a string of tokens
static int tokenize(const char *line, t_vec *tokens)
{
if (delimit(line, tokens))