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