-- | Some C types module Haskus.Binary.CTypes ( CSize(..) , CUShort , CShort , CUInt , CInt , CULong , CLong ) where import Foreign.C.Types