[][src]Macro cortex_m_semihosting::heprintln

[]
macro_rules! heprintln {
    () => { ... };
    ($s:expr) => { ... };
    ($s:expr, $($tt:tt)*) => { ... };
}
[]

Macro for printing to the HOST standard error, with a newline.

This macro returns a Result<(), ()> value