summaryrefslogtreecommitdiff
path: root/src/stdio/stderr.c
blob: f2841f0d5c6f058c81077481fe7f98cc2ab9abbe (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>
#define stderr                                                          __stderr

/** standard error **/

/***
is the standard error stream.
***/
/*
STDC(1)
*/