[Linker error] undefined reference to `__cpu_features_init' comes to
#include <stdio.h>
int main(){
char c;
printf("Hello World!");
scanf("%c", &c);
}
I don't think that it's code problem. What can I do? (Dev C++ newest version)
(I tried reinstalling DEV C++)