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