diff options
Diffstat (limited to 'src/stdio/stdin.c')
-rw-r--r-- | src/stdio/stdin.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stdio/stdin.c b/src/stdio/stdin.c new file mode 100644 index 00000000..ba24de75 --- /dev/null +++ b/src/stdio/stdin.c @@ -0,0 +1,12 @@ +#include <stdio.h> + extern FILE *stdin; +#define stdin stdin + +/** standard input **/ + +/*** +is the standard input stream. +***/ +/* +STDC(1) +*/ |