Release coccinelle-0.1.1
[bpt/coccinelle.git] / parsing_c / unparse_c2.mli
1 open Common
2
3 type ppmethod = PPnormal | PPviastr
4
5 (* program -> output filename (often "/tmp/output.c") -> unit *)
6 val pp_program :
7 (Parse_c.toplevel2 * ppmethod) list -> filename -> unit