Lichen

templates/exceptions.c

309:3a519b510333
2016-12-03 Paul Boddie Fixed int serialisation to string again. Also added maxint and minint accessors.
     1 #include "exceptions.h"     2      3 /* Define a global exception context. */     4      5 struct __exception_context __the_exception_context[1];