summaryrefslogtreecommitdiff
path: root/cesar/lib/src/try.c
blob: 37e8a398d52d79d7e0e29697870a29431f1b5cba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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_;