bindings-common-1.3: Preprocessor combinator library for low level FFI.Source codeContentsIndex
Bindings.C.Signal
Description
http://www.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
Documentation
c'SIG_DFL :: FunPtr aSource
c'SIG_ERR :: FunPtr aSource
c'SIG_IGN :: FunPtr aSource
c'SIGABRT :: Num a => aSource
c'SIGFPE :: Num a => aSource
c'SIGILL :: Num a => aSource
c'SIGINT :: Num a => aSource
c'SIGSEGV :: Num a => aSource
c'SIGTERM :: Num a => aSource
c'raise :: CInt -> IO CIntSource
c'signal :: CInt -> FunPtr (CInt -> IO ()) -> IO (FunPtr (CInt -> IO ()))Source
p'raise :: FunPtr (CInt -> IO CInt)Source
p'signal :: FunPtr (CInt -> FunPtr (CInt -> IO ()) -> IO (FunPtr (CInt -> IO ())))Source
Produced by Haddock version 2.4.2