MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / putchar

Function putchar

example/default_rust/src/lib.rs:201–205  ·  view source on GitHub ↗
(c: u8)

Source from the content-addressed store, hash-verified

199
200#[no_mangle]
201fn putchar(c: u8) {
202 unsafe {
203 syscall::bf_debug_op_write_c_impl(c);
204 }
205}
206
207#[no_mangle]
208fn bootstrap_entry(ppid: u16) {

Callers

nothing calls this directly

Calls 1

bf_debug_op_write_c_implFunction · 0.50

Tested by

no test coverage detected