Lichen

templates/exceptions.c

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