diff options
Diffstat (limited to 'stdio-common/bug6.c')
-rw-r--r-- | stdio-common/bug6.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stdio-common/bug6.c b/stdio-common/bug6.c index 4a37ab2584..0db63a3b44 100644 --- a/stdio-common/bug6.c +++ b/stdio-common/bug6.c @@ -1,8 +1,7 @@ -#include <ansidecl.h> #include <stdio.h> int -DEFUN_VOID(main) +main (void) { char buf[80]; int i; |