Frama-C API - Options
module Enabled : Frama_c_kernel.Parameter_sig.Bool
When enabled, the plugin traverses the current AST, and translates variadic functions, references to va_arg and variadic builtins to a semantically code.
module Strict : Frama_c_kernel.Parameter_sig.Bool
In strict mode, non-portable casts between integral types are forbidden in calls to LibC's variadic functions.