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