package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type script =
  1. | NoScript
  2. | Script of string
  3. | Deprecated of string
val pp_file : Stdlib.Format.formatter -> string -> unit
val pp_script_for : Stdlib.Format.formatter -> Wpo.t -> unit
val get : Wpo.t -> script
val exists : Wpo.t -> bool
val save : stdout:bool -> Wpo.t -> Frama_c_kernel.Json.t -> unit
val remove : Wpo.t -> unit
val filename : force:bool -> Wpo.t -> string
val mark : Wpo.t -> unit
val reset_marks : unit -> unit
val remove_unmarked_files : dry:bool -> unit
OCaml

Innovation. Community. Security.