mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
printf can be a macro already, so #undef it
This commit is contained in:
@@ -39,6 +39,7 @@ int main(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#undef printf
|
||||
#define printf(...) fprintf(fp_res, __VA_ARGS__)
|
||||
#define main xmain
|
||||
|
||||
|
||||
Reference in New Issue
Block a user