Docs.rs
libc-stdhandle-0.1.0
libc-stdhandle 0.1.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
crlf0710
Dependencies
libc ^0.2
normal
cc ^1
build
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libc_
stdhandle
0.1.0
All Items
Crate Items
Functions
Crate
libc_stdhandle
Copy item path
Source
Expand description
Helper functions for retrieving stdin, stdout, stderr to work with
libc
.
Functions
§
stderr
⚠
expression of type FILE* associated with the error output stream
stdin
⚠
expression of type FILE* associated with the input stream
stdout
⚠
expression of type FILE* associated with the output stream