HROOT-core-0.8: src/HROOT/Core/TArrayI/FFI.hsc
{-# LANGUAGE ForeignFunctionInterface #-}
-- module HROOT.Class.FFI where
module HROOT.Core.TArrayI.FFI where
import Foreign.C
import Foreign.Ptr
-- import HROOT.Class.Interface
-- #include ""
import HROOT.Core.TArrayI.RawType
#include "HROOTCoreTArrayI.h"
foreign import ccall "HROOTCoreTArrayI.h TArrayI_delete" c_tarrayi_delete
:: (Ptr RawTArrayI) -> IO ()