Crate libc_stdhandle [] [src]

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