Name: Anonymous 2012-01-19 8:24
void main(){
int x=1;
printf("%d\n",x=2);
}
void main(){
int x=1;
printf("%d\n",x=2);
}
#include <stdint.h>
union word {
float foo;
int32_t bar;
};
int main() {
union word a = {1.0};
a.bar = evil_bit_magic(a.bar);
}if (x == INT_MAX) {...}? It's standard and much more readable.