diff options
Diffstat (limited to 'src/stdio/stdout.c')
-rw-r--r-- | src/stdio/stdout.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stdio/stdout.c b/src/stdio/stdout.c new file mode 100644 index 00000000..9a822f8f --- /dev/null +++ b/src/stdio/stdout.c @@ -0,0 +1,12 @@ +#include <stdio.h> + extern FILE *stdout; +#define stdout stdout + +/** standard output **/ + +/*** +is the standard output stream. +***/ +/* +STDC(1) +*/ |