context.ml1 2 3 4 5 6 7 8 9 10 11 12(**************************************************************************) (* *) (* SPDX-License-Identifier LGPL-2.1 *) (* Copyright (C) *) (* CEA (Commissariat à l'énergie atomique et aux énergies alternatives) *) (* *) (**************************************************************************) module type S = sig val pretty_internal: Format.formatter -> Cil_types.kernel_function -> unit val pretty_external_with_formals: Format.formatter -> Cil_types.kernel_function -> unit end