renamed some files

This commit is contained in:
Maieul BOYER 2024-10-15 21:31:59 +02:00
parent c19660e6d8
commit 8f7a2f2000
No known key found for this signature in database
8 changed files with 19 additions and 14 deletions

View file

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* _ast_into_str3.c :+: :+: :+: */
/* _ast_into_str_exp.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */

View file

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* _ast_into_str2.c :+: :+: :+: */
/* _ast_into_str_get_str.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */

View file

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* _ast_into_str4.c :+: :+: :+: */
/* _ast_into_str_into.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */

View file

@ -1,12 +1,12 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* _ast_into_str.c :+: :+: :+: */
/* _ast_into_str_main.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/14 12:26:51 by maiboyer #+# #+# */
/* Updated: 2024/10/14 15:02:01 by maiboyer ### ########.fr */
/* Updated: 2024/10/15 21:30:02 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -31,6 +31,8 @@ t_error _word_split_loop(\
{
if (val.do_expand)
{
if (val.value == NULL)
val.value = "";
if (str_split(val.value, " ", &split))
return (ERROR);
while (!vec_str_pop_front(&split, &stmp))

View file

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* _ast_into_str5.c :+: :+: :+: */
/* _ast_into_str_star.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */