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.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/stdio/stdin.c b/src/stdio/stdin.c
deleted file mode 100644
index 5fb14c70..00000000
--- a/src/stdio/stdin.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#define stdin __stdin
-
-/** standard input **/
-
-/***
-is the standard input stream.
-***/
-
-/*
-STDC(1)
-*/