Helper functions for retrieving stdin, stdout, stderr to work with libc.
Get started
Add this to your Cargo.toml:
libc-stdhandle = "0.8.2"
And you can:
extern crate libc_stdhandle;
use *;
unsafe
Helper functions for retrieving stdin, stdout, stderr to work with libc.
Add this to your Cargo.toml:
[dependencies]
libc-stdhandle = "0.8.2"
And you can:
extern crate libc_stdhandle;
use libc_stdhandle::*;
unsafe { stdout() }