diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-05-07 09:46:01 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-05-07 09:46:01 +0200 |
commit | 7be226069cfebe8b36efe1b621affcef0c91b7d5 (patch) | |
tree | 6fc826cf08ff7c3b34eb8d290f723d3b823a6206 /src | |
parent | Added pipes struct (diff) | |
download | 42-minishell-7be226069cfebe8b36efe1b621affcef0c91b7d5.tar.gz 42-minishell-7be226069cfebe8b36efe1b621affcef0c91b7d5.tar.bz2 42-minishell-7be226069cfebe8b36efe1b621affcef0c91b7d5.tar.xz 42-minishell-7be226069cfebe8b36efe1b621affcef0c91b7d5.tar.zst 42-minishell-7be226069cfebe8b36efe1b621affcef0c91b7d5.zip |
Smart-ass Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/ft_s_lpipes.c | 12 | ||||
-rw-r--r-- | src/ft_s_lpipes.h | 15 |
2 files changed, 27 insertions, 0 deletions
diff --git a/src/ft_s_lpipes.c b/src/ft_s_lpipes.c new file mode 100644 index 0000000..c23808b --- /dev/null +++ b/src/ft_s_lpipes.c @@ -0,0 +1,12 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_s_lpipes.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + diff --git a/src/ft_s_lpipes.h b/src/ft_s_lpipes.h new file mode 100644 index 0000000..fc641de --- /dev/null +++ b/src/ft_s_lpipes.h @@ -0,0 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_s_lpipes.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef FT_P_LPIPES_H +#define FT_P_LPIPES_H +#endif |