File: unparse_c.mli

package info (click to toggle)
coccinelle 0.2.3.deb-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 12,240 kB
  • ctags: 10,128
  • sloc: ml: 67,688; ansic: 19,498; makefile: 1,343; python: 1,069; lisp: 832; perl: 644; sh: 208; awk: 70; cpp: 47; csh: 12
file content (8 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
type ppmethod = PPnormal | PPviastr

(* program -> output filename (often "/tmp/output.c") -> unit *)
val pp_program :
  (Parse_c.toplevel2 * ppmethod) list -> Common.filename -> unit

val pp_program_default:
  Parse_c.program2 -> Common.filename -> unit