{-# 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 ()