summaryrefslogtreecommitdiff
path: root/src/stdio/stdin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/stdin.h')
-rw-r--r--src/stdio/stdin.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stdio/stdin.h b/src/stdio/stdin.h
new file mode 100644
index 00000000..5fb14c70
--- /dev/null
+++ b/src/stdio/stdin.h
@@ -0,0 +1,11 @@
+#define stdin __stdin
+
+/** standard input **/
+
+/***
+is the standard input stream.
+***/
+
+/*
+STDC(1)
+*/