Function sel4_panicking_env::debug_put_char

source ·
pub fn debug_put_char(c: u8)
Expand description

Prints via a link-time hook.

This function uses the following externally defined symbol:

extern "Rust" {
    fn __sel4_panicking_env__debug_put_char(c: u8);
}