packages feed

HROOT-core-0.9: src/HROOT/Core/TArrayI/FFI.hsc

{-# LANGUAGE ForeignFunctionInterface #-}
module HROOT.Core.TArrayI.FFI where
import Foreign.C
import Foreign.Ptr
import HROOT.Core.TArrayI.RawType

foreign import ccall safe "HROOTCoreTArrayI.h TArrayI_delete"
               c_tarrayi_delete :: Ptr RawTArrayI -> IO ()