tout debut implementation pipes

This commit is contained in:
hugogogo
2021-10-15 18:17:26 +02:00
parent 97ab70c475
commit 98f247a378
5 changed files with 59 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/08 02:59:58 by lperrey #+# #+# */
/* Updated: 2021/10/10 23:55:14 by lperrey ### ########.fr */
/* Updated: 2021/10/15 17:18:14 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -28,4 +28,7 @@ char *ft_strjoinfree(char *s1, char *s2);
char *ft_strjoinfree_s1(char *s1, const char *s2);
char *ft_strjoinfree_s2(const char *s1, char *s2);
// pipes hugo
void pipes_hugo(char *input);
#endif