{-# LANGUAGE CPP #-} module IntLib (crc) where import Foreign.Ptr import Foreign.C.Types #include #include "foo.h" foreign import ccall crc32 :: CLong -> Ptr () -> CInt -> IO () crc = crc32 0 nullPtr 0 z = #{size struct gz_header_s}