Function stdout [src]

Prototype

pub fn stdout() File

Source

pub fn stdout() File { return .{ .handle = if (is_windows) windows.peb().ProcessParameters.hStdOutput else posix.STDOUT_FILENO }; }