#include #include -- | module Bindings.C.Signal where #strict_import #function_pointer SIG_DFL #function_pointer SIG_ERR #function_pointer SIG_IGN #num SIGABRT #num SIGFPE #num SIGILL #num SIGINT #num SIGSEGV #num SIGTERM #ccall raise , CInt -> IO CInt #ccall signal , CInt -> FunPtr (CInt -> \ IO ()) -> IO (FunPtr (CInt -> IO ()))