/* Cesar project {{{ * * Copyright (C) 2007 Spidcom * * <<>> * * }}} */ /** * \file lib/src/try.c * \brief Light exception system. * \ingroup lib */ #include "common/std.h" #include "lib/try.h" jmp_buf *try_state_;