base-4.14.1.0: Basic libraries
Copyright(c) The FFI task force 2000-2002
Licensesee libraries/base/LICENSE
Maintainerffi@haskell.org
Stabilityinternal
Portabilitynon-portable (GHC Extensions)
Safe HaskellTrustworthy
LanguageHaskell2010

GHC.Storable

Description

Helper functions for Foreign.Storable

Documentation

readPtrOffPtr :: Ptr (Ptr a) -> Int -> IO (Ptr a) Source #

writePtrOffPtr :: Ptr (Ptr a) -> Int -> Ptr a -> IO () Source #