Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ printfmt
Function
printfmt
src/sys/console.rs:351–354 ·
view source on GitHub ↗
Print formatting
(args: fmt::Arguments)
Source
from the content-addressed store, hash-verified
349
350
// Print formatting
351
pub fn printfmt(args: fmt::Arguments)
352
{
353
crate::graphics::vga::printfmt(args);
354
}
355
356
357
// Disable raw
Callers
1
keyhandler
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected