Skip to main content

lean_setup_args

Function lean_setup_args 

Source
pub unsafe extern "C" fn lean_setup_args(
    argc: i32,
    argv: *mut *mut c_char,
)
Expand description

Install the process command-line arguments for System.Args. argv must outlive any Lean code that reads the arguments.