summaryrefslogtreecommitdiff
path: root/src/stdio/stderr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/stderr.c')
-rw-r--r--src/stdio/stderr.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stdio/stderr.c b/src/stdio/stderr.c
new file mode 100644
index 00000000..0a2a6a2e
--- /dev/null
+++ b/src/stdio/stderr.c
@@ -0,0 +1,12 @@
+#include <stdio.h>
+ extern FILE *stderr;
+#define stderr stderr
+
+/** standard error **/
+
+/***
+is the standard error stream.
+***/
+/*
+STDC(1)
+*/