packages feed

HROOT-core-0.10.0.1: src/HROOT/Core/TAttBBox/FFI.hsc

{-# LANGUAGE ForeignFunctionInterface, InterruptibleFFI #-}
module HROOT.Core.TAttBBox.FFI where
import Data.Word
import Data.Int
import Foreign.C
import Foreign.Ptr
import HROOT.Core.TAttBBox.RawType
import HROOT.Core.TAttBBox.RawType

foreign import ccall interruptible
               "HROOTCoreTAttBBox.h TAttBBox_delete" c_tattbbox_delete ::
               Ptr RawTAttBBox -> IO ()