-rw-r--r-- | lua-gsl/fatal.h | 12 |
diff --git a/lua-gsl/fatal.h b/lua-gsl/fatal.h new file mode 100644 index 00000000..27814349 --- /dev/null +++ b/lua-gsl/fatal.h @@ -0,0 +1,12 @@ +#ifndef MY_FATAL_H +#define MY_FATAL_H + +#include "defs.h" + +__BEGIN_DECLS + +extern void fatal_exception(const char* msg) __attribute__ ((noreturn)); + +__END_DECLS + +#endif |