packages feed

copilot-c99-3.2.1: src/Copilot/Compile/C99.hs

-- | Compile Copilot specifications to C99 code.
module Copilot.Compile.C99
  ( compile
  ) where

import Copilot.Compile.C99.Compile