Lichen

templates/exceptions.c

300:503985ccf893
2016-12-02 Paul Boddie Added a simple hash function for strings; expanded string and dictionary tests.
     1 #include "exceptions.h"     2      3 /* Define a global exception context. */     4      5 struct __exception_context __the_exception_context[1];