Macro qemu_print::qemu_print[][src]

macro_rules! qemu_print {
    ($($arg : tt) *) => { ... };
}
Expand description

Print a string to the console.

Examples

use qemu_print::qemu_print;

qemu_print!("hello world.");