// src/io/genuine_stdout.rs -- I/O to the current processes' actual stdout
// Copyright 2016-2017 the Tectonic Project
// Licensed under the MIT License.
use OsStr;
use stdout;
use ;
// GenuineStdoutIo provides a mechanism for the "stdout" output to actually go
// to the process's stdout.