Lichen

Annotated templates/exceptions.c

143:38e1044b4b64
2016-10-28 Paul Boddie Added support files for exception handling, along with a __NULL macro.
paul@143 1
#include "exceptions.h"
paul@143 2
paul@143 3
/* Define a global exception context. */
paul@143 4
paul@143 5
struct __exception_context __the_exception_context[1];