Rafał Brzegowy - 2021-03-12

I have the same error for such a simple example (example.c):

#include <stdio.h>
#include <windows.h>
int main() {
   // printf() displays the string inside quotation
   printf("Hello, World!");
   return 0;
}

error:$ gcc -o example example.c -DLONGLONG
no error:$ gcc -o example example.c