1
0
mirror of https://github.com/KeyZox71/ft_minipowershell.git synced 2025-05-13 16:08:45 +02:00

✏️」 norm: normed project.

This commit is contained in:
2024-07-24 18:54:19 +02:00
parent 6f0962f020
commit d2943e755d
2 changed files with 3 additions and 23 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/03 10:50:52 by mmoussou #+# #+# */
/* Updated: 2024/07/24 18:12:44 by adjoly ### ########.fr */
/* Updated: 2024/07/24 18:53:31 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -32,6 +32,7 @@ void copy_until_next(char *cmd, char quote, uint *i, uint *i_offset)
}
(*i_offset)++;
}
char *format_quotes_string(char *cmd)
{
uint i;