packages feed

haskus-binary-1.5: src/lib/Haskus/Binary/CTypes.hs

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

import Foreign.C.Types