{-# LANGUAGE ForeignFunctionInterface #-} -- module HROOT.Class.FFI where module HROOT.Core.TArrayL.FFI where import Foreign.C import Foreign.Ptr -- import HROOT.Class.Interface -- #include "" import HROOT.Core.TArrayL.RawType #include "HROOTCoreTArrayL.h" foreign import ccall "HROOTCoreTArrayL.h TArrayL_delete" c_tarrayl_delete :: (Ptr RawTArrayL) -> IO ()