Function stdin [src]
Prototype
pub fn stdin() File
Source
pub fn stdin() File {
return .{ .handle = if (is_windows) windows.peb().ProcessParameters.hStdInput else posix.STDIN_FILENO };
}
pub fn stdin() File
pub fn stdin() File {
return .{ .handle = if (is_windows) windows.peb().ProcessParameters.hStdInput else posix.STDIN_FILENO };
}