[][src]Macro cortex_m_semihosting::heprint

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

Macro for printing to the HOST standard error

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