Release coccinelle-0.1.2
[bpt/coccinelle.git] / parsing_c / unparse_c.mli
CommitLineData
34e49164
C
1open Common
2
3type ppmethod = PPnormal | PPviastr
4
5(* program -> output filename (often "/tmp/output.c") -> unit *)
6val pp_program :
7 (Parse_c.toplevel2 * ppmethod) list -> filename -> unit
485bce71
C
8
9val pp_program_default: Parse_c.program2 -> filename -> unit