1 2 3 4
#[allow(deprecated)] pub(super) fn emit_byte(byte: u8) { sbi_rt::legacy::console_putchar(byte as usize); }