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

🏗️」 wip: ctrl \ and ctrl d working

This commit is contained in:
2024-06-26 12:49:06 +02:00
parent 9980762f0c
commit 37dc7507dd
3 changed files with 26 additions and 9 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/18 20:14:15 by adjoly #+# #+# */
/* Updated: 2024/05/26 16:32:00 by adjoly ### ########.fr */
/* Updated: 2024/06/26 12:45:41 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -45,7 +45,9 @@ typedef struct s_token
t_redirection_sign __to_redir_sign(char *redir_sign);
/**
* @brief Take a string and split the filename and the redirect sign
* @brief Take a string and split the filename and the redirect
* sign
*
* @param redir_s A string that contain a redirection
*
* @return (t_redirection) The splited redirection