made a lot of changes
This commit is contained in:
@@ -5,10 +5,8 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#undef putchar
|
||||
|
||||
int
|
||||
putchar(int c)
|
||||
(putchar)(int c)
|
||||
{
|
||||
return putc(c, stdout);
|
||||
return putchar(c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user