Skip to main content

print_fmt

Function print_fmt 

Source
pub fn print_fmt(args: Arguments<'_>)
Expand description

Format arguments into a 256-byte stack buffer and write to the console via write_bytes. Used by the crate::printk! and crate::ove_print! macros; can also be called directly when a pre-built core::fmt::Arguments is available.

Output is truncated silently if the formatted result exceeds the buffer.