MCPcopy Create free account
hub / github.com/chyyuu/os_kernel_lab / print

Function print

user/src/console.rs:17–19  ·  view source on GitHub ↗
(args: fmt::Arguments)

Source from the content-addressed store, hash-verified

15}
16
17pub fn print(args: fmt::Arguments) {
18 Stdout.write_fmt(args).unwrap();
19}
20
21#[macro_export]
22macro_rules! print {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected