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

/** standard output **/

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