This one really knocked my socks off. shocked
Code:
#include <acknex.h>

int x = (int)1;

void main()
{
	printf("%d",x);
}

I still have a feeling I overlooked something...


Always learn from history, to be sure you make the same mistakes again...