| |||||||||||
| |||||||||||
Description | |||||||||||
Library for analysing and generating C code. | |||||||||||
Synopsis | |||||||||||
| |||||||||||
Documentation | |||||||||||
| |||||||||||
preprocess (if neccessary) and parse a C source file Synopsis: parseCFile preprocesssor tmp-dir? cpp-opts file Example: parseCFile (newGCC "gcc") Nothing ["-I/usr/include/gtk-2.0"] my-gtk-exts.c | |||||||||||
| |||||||||||
parse an already preprocessed C file Synopsis: parseCFilePre file.i | |||||||||||
module Language.C.Data | |||||||||||
module Language.C.Syntax | |||||||||||
module Language.C.Pretty | |||||||||||
module Language.C.Parser | |||||||||||
Produced by Haddock version 2.6.1 |