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

/** standard input **/

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