diff options
Diffstat (limited to 'src/stdio/stdout.h')
-rw-r--r-- | src/stdio/stdout.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stdio/stdout.h b/src/stdio/stdout.h new file mode 100644 index 00000000..7c62dfa0 --- /dev/null +++ b/src/stdio/stdout.h @@ -0,0 +1,11 @@ +#define stdout __stdout + +/** standard output **/ + +/*** +is the standard output stream. +***/ + +/* +STDC(1) +*/ |