summaryrefslogtreecommitdiff
path: root/src/stdio/stdin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/stdin.c')
-rw-r--r--src/stdio/stdin.c12
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)
+*/