MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / stdin

Function stdin

src/io/mod.rs:23–26  ·  view source on GitHub ↗

Stdin

()

Source from the content-addressed store, hash-verified

21
22// Stdin
23pub fn stdin() -> Stdin
24{
25 Stdin::new()
26}
27
28
29// Stdout

Callers 1

inputMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected