]> sourceware.org Git - glibc.git/blame - libio/stdio.c
Sat Nov 18 16:46:01 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu>
[glibc.git] / libio / stdio.c
CommitLineData
96aa2d94
RM
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
10FILE* stdin = &_IO_stdin_.file;
11FILE* stdout = &_IO_stdout_.file;
12FILE* stderr = &_IO_stderr_.file;
This page took 0.030213 seconds and 5 git commands to generate.