bindings-apr-0.1: Low level bindings to Apache Portable Runtime (APR)ContentsIndex
Bindings.APR.Version
Documentation
c'APR_MAJOR_VERSION :: Num a => a
c'APR_MINOR_VERSION :: Num a => a
c'APR_PATCH_VERSION :: Num a => a
c'APR_VERSION_AT_LEAST :: CInt -> CInt -> CInt -> IO CInt
c'APR_IS_DEV_STRING :: Ptr a
c'APR_VERSION_STRING :: Ptr a
data C'apr_version_t
Constructors
C'apr_version_t
c'apr_version_t'major :: CInt
c'apr_version_t'minor :: CInt
c'apr_version_t'patch :: CInt
c'apr_version_t'is_dev :: CInt
show/hide Instances
c'apr_version :: Ptr C'apr_version_t -> IO ()
c'apr_version_string :: IO (Ptr CChar)
p'apr_version :: FunPtr (Ptr C'apr_version_t -> IO ())
p'apr_version_string :: FunPtr (IO (Ptr CChar))
Produced by Haddock version 2.6.1