summaryrefslogtreecommitdiffstats
path: root/src/ft_f_chdir.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-28 15:09:25 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-28 15:09:25 +0200
commitabec91e56b179d9d327da2d3d9ae960f5260e14f (patch)
treeb59ef461abb50a1e81c8bd5350d6391711a2af05 /src/ft_f_chdir.h
parentOk cd (diff)
download42-minishell-abec91e56b179d9d327da2d3d9ae960f5260e14f.tar.gz
42-minishell-abec91e56b179d9d327da2d3d9ae960f5260e14f.tar.bz2
42-minishell-abec91e56b179d9d327da2d3d9ae960f5260e14f.tar.xz
42-minishell-abec91e56b179d9d327da2d3d9ae960f5260e14f.tar.zst
42-minishell-abec91e56b179d9d327da2d3d9ae960f5260e14f.zip
Nice functional cd
Diffstat (limited to '')
-rw-r--r--src/ft_f_chdir.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ft_f_chdir.h b/src/ft_f_chdir.h
new file mode 100644
index 0000000..fae82d7
--- /dev/null
+++ b/src/ft_f_chdir.h
@@ -0,0 +1,22 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* ft_f_chdir.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_F_CHDIR_H
+#define FT_F_CHDIR_H
+
+#include "ft_s_struct.h"
+
+void ft_fail_chd(const char concern[],
+ const char pathp[],
+ t_msh *msh);
+
+#endif