HROOT-core-0.9: src/HROOT/Core/TArray/FFI.hsc
{-# LANGUAGE ForeignFunctionInterface #-}
module HROOT.Core.TArray.FFI where
import Foreign.C
import Foreign.Ptr
import HROOT.Core.TArray.RawType
foreign import ccall safe "HROOTCoreTArray.h TArray_delete"
c_tarray_delete :: Ptr RawTArray -> IO ()