summaryrefslogtreecommitdiff
path: root/cesar/lib/src/try.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/lib/src/try.c')
-rw-r--r--cesar/lib/src/try.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/cesar/lib/src/try.c b/cesar/lib/src/try.c
new file mode 100644
index 0000000000..37e8a398d5
--- /dev/null
+++ b/cesar/lib/src/try.c
@@ -0,0 +1,17 @@
+/* Cesar project {{{
+ *
+ * Copyright (C) 2007 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file lib/src/try.c
+ * \brief Light exception system.
+ * \ingroup lib
+ */
+#include "common/std.h"
+
+#include "lib/try.h"
+
+jmp_buf *try_state_;