summaryrefslogtreecommitdiffstats
path: root/src/f_shlvl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/f_shlvl.h')
-rw-r--r--src/f_shlvl.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/f_shlvl.h b/src/f_shlvl.h
new file mode 100644
index 0000000..1b106f2
--- /dev/null
+++ b/src/f_shlvl.h
@@ -0,0 +1,20 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* f_shlvl.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 F_SHLVL_H
+#define F_SHLVL_H
+
+#include <stdint.h>
+
+void f_shlvl_too_high(int32_t shlvl);
+
+#endif