unsigned char x = 130; if (x > 0) printf("I'm positive!\n"); else printf("Not sure...\n");