[−][src]Macro cortex_m_semihosting::hprintln
macro_rules! hprintln { () => { ... }; ($s:expr) => { ... }; ($s:expr, $($tt:tt)*) => { ... }; }
Macro for printing to the HOST standard output, with a newline.
This macro returns a Result<(), ()>
value