printf can be a macro already, so #undef it
This commit is contained in:
parent
a3e13fa37d
commit
162b485cf6
@ -39,6 +39,7 @@ int main(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#undef printf
|
||||
#define printf(...) fprintf(fp_res, __VA_ARGS__)
|
||||
#define main xmain
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user