language-c-0.8.2: Analysis and generation of C code

Copyright(c) 2008 Benedikt Huber
LicenseBSD-style
Maintainerbenedikt.huber@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Language.C.System.GCC

Description

Invoking gcc for preprocessing and compiling.

Synopsis

Documentation

data GCC Source #

GCC represents a reference to the gcc compiler

Instances
Preprocessor GCC Source # 
Instance details

Defined in Language.C.System.GCC

newGCC :: FilePath -> GCC Source #

create a reference to gcc