HROOT-core-0.9: src/HROOT/Core/TArrayF/FFI.hsc
{-# LANGUAGE ForeignFunctionInterface #-}
module HROOT.Core.TArrayF.FFI where
import Foreign.C
import Foreign.Ptr
import HROOT.Core.TArrayF.RawType
foreign import ccall safe "HROOTCoreTArrayF.h TArrayF_delete"
c_tarrayf_delete :: Ptr RawTArrayF -> IO ()