author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年03月29日 17:23:35 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年04月01日 22:57:19 +0200 |
commit | 5c80bf0af85627c0e62d0f097e9ed6679f6bed73 (patch) | |
tree | 53c88940049bef966c8994cf59f831c26061a8c2 /lua-gsl/fatal.h | |
parent | e255825367665691584ae44755df5f2882a25c66 (diff) | |
download | gsl-shell-5c80bf0af85627c0e62d0f097e9ed6679f6bed73.tar.gz |
-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 |