summaryrefslogtreecommitdiffstats
path: root/src/ft_f_errno.h
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-04-29 11:47:02 +0200
committersalad <fmoenne-@student.le-101.fr>2020-04-29 11:47:02 +0200
commit961bda4f42562bf8ceb70a888730362d021c5552 (patch)
tree820577dc790c3a8884c44b329d04a8d42ed1ca44 /src/ft_f_errno.h
parentsimple really (diff)
parentTrying vars (diff)
download42-minishell-961bda4f42562bf8ceb70a888730362d021c5552.tar.gz
42-minishell-961bda4f42562bf8ceb70a888730362d021c5552.tar.bz2
42-minishell-961bda4f42562bf8ceb70a888730362d021c5552.tar.xz
42-minishell-961bda4f42562bf8ceb70a888730362d021c5552.tar.zst
42-minishell-961bda4f42562bf8ceb70a888730362d021c5552.zip
merge master into fmoenne_indahouse
Diffstat (limited to '')
-rw-r--r--src/ft_f_errno.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ft_f_errno.h b/src/ft_f_errno.h
new file mode 100644
index 0000000..86fce83
--- /dev/null
+++ b/src/ft_f_errno.h
@@ -0,0 +1,21 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* ft_f_errno.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_ERRNO_H
+#define FT_F_ERRNO_H
+
+#include "ft_s_struct.h"
+
+void ft_f_dump_errno(const char concern[],
+ t_msh *msh);
+
+#endif