repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(_hurd_intr_rpc_mach_msg): New declaration.
[glibc.git]
/
libio
/
stdio.c
blob
cd56dba307dc7bf57a38c5f082e10f326a66526a
1
#include
"libioP.h"
2
#include
"stdio.h"
3
4
/* Define non-macro versions of stdin/stdout/stderr,
5
* for use by debuggers. */
6
7
#undef stdin
8
#undef stdout
9
#undef stderr
10
FILE
*
stdin
= &
_IO_stdin_
.
file
;
11
FILE
*
stdout
= &
_IO_stdout_
.
file
;
12
FILE
*
stderr
= &
_IO_stderr_
.
file
;