File: unparse_c.mli

package info (click to toggle)
coccinelle 1.0.4.deb-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 15,864 kB
  • sloc: ml: 78,729; ansic: 21,017; python: 1,705; perl: 1,576; makefile: 1,555; sh: 1,203; lisp: 832; awk: 70; 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