Module Variadic.Options.Strict

module Strict: Parameter_sig.Bool 

In strict mode, non-portable casts between integral types are forbidden in calls to LibC's variadic functions.


include Parameter_sig.S
val on : unit -> unit

Set the boolean to true.

val off : unit -> unit

Set the boolean to false.