I can\'t compile a 64 bit c code on visual studio code with Windows 10. It seems to compile always in 32bit since I get sizeof(unsigned long) = 4.
sizeof(unsigned long)
I have