permit multiline comments and strings in macros
[bpt/coccinelle.git] / parsing_c / unparse_c.mli
CommitLineData
34e49164
C
1type ppmethod = PPnormal | PPviastr
2
ae4735db
C
3(* program -> output filename (often "/tmp/output.c") -> unit *)
4val pp_program :
978fd7e5 5 (Parse_c.toplevel2 * ppmethod) list -> Common.filename -> unit
485bce71 6
ae4735db 7val pp_program_default:
978fd7e5 8 Parse_c.program2 -> Common.filename -> unit