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