Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
201
fn putchar(c: u8) {
202
unsafe {
203
syscall::bf_debug_op_write_c_impl(c);
204
}
205
}
206
207
#[no_mangle]
208
fn bootstrap_entry(ppid: u16) {
Callers
nothing calls this directly
Calls
1
bf_debug_op_write_c_impl
Function · 0.50
Tested by
no test coverage detected