From c19bd35afdb45e49cebdfd96e7adb1e6fe477f0c Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 30 Jul 2020 20:30:58 +0200 Subject: Double exit no more --- src/f_com.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/f_com.h (limited to 'src/f_com.h') diff --git a/src/f_com.h b/src/f_com.h new file mode 100644 index 0000000..12023f6 --- /dev/null +++ b/src/f_com.h @@ -0,0 +1,20 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* f_com.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef F_COM_H +#define F_COM_H + +#include "s_struct.h" + +void f_fail_command_not_found(const char command[]); + +#endif -- cgit v1.2.3