diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-09 13:27:21 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-09 13:27:21 -0500 |
| commit | 5c9339593ba663ebf1c898e2bce9b3391bfc22a6 (patch) | |
| tree | c1d661b48e5c3604655dafe9bde63128f7578029 /src/stdio/stdout.c | |
| parent | 6419a53a9fc90043676770ef52cdf82d2387d963 (diff) | |
split macro and extern definitions
Diffstat (limited to 'src/stdio/stdout.c')
| -rw-r--r-- | src/stdio/stdout.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stdio/stdout.c b/src/stdio/stdout.c index 9a822f8f..08aefa24 100644 --- a/src/stdio/stdout.c +++ b/src/stdio/stdout.c @@ -1,6 +1,5 @@ #include <stdio.h> - extern FILE *stdout; -#define stdout stdout +#define stdout __stdout /** standard output **/ |
