MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / _print

Function _print

euralios_std/src/debug.rs:20–23  ·  view source on GitHub ↗
(args: fmt::Arguments)

Source from the content-addressed store, hash-verified

18}
19
20pub fn _print(args: fmt::Arguments) {
21 use core::fmt::Write;
22 Writer{}.write_fmt(args).unwrap();
23}
24
25#[macro_export]
26macro_rules! debug_print {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected