Skip to main content

krun_set_console_output

Function krun_set_console_output 

Source
pub unsafe extern "C" fn krun_set_console_output(
    ctx_id: u32,
    filepath: *const c_char,
) -> i32
Expand description

Set a file path to redirect the console output to.

Must be called before krun_start_enter.