package frama-c

  1. Overview
  2. Docs

doc/src/frama-c.boot/boot.ml.html

Source file boot.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
(**************************************************************************)
(*                                                                        *)
(*  SPDX-License-Identifier LGPL-2.1                                      *)
(*  Copyright (C)                                                         *)
(*  CEA (Commissariat à l'énergie atomique et aux énergies alternatives)  *)
(*                                                                        *)
(**************************************************************************)

(** Frama-C Entry Point (last linked module).
    @see <https://frama-c.com/download/frama-c-plugin-development-guide.pdf> *)


let () = Frama_c_kernel.Boot.boot ()
(* Implicit exit 0 if we haven't exited yet *)