|
|
1.1 root 1: int i; unsigned int ui;
2: main()
3: {
4: if(ui++ < 0) a(); else b();
5: if((i -= (unsigned )1) < 0) a(); else b();
6: ui /= (unsigned)12;
7: i /= (unsigned)12;
8: ui /= 12;
9: i /= 12;
10: ui %= (unsigned)12;
11: i %= (unsigned)12;
12: ui %= 12;
13: i %= 12;
14: ui -= 1;
15: i -= (unsigned) 1;
16: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.