blob: d2e0387768b1e1046c700abab88c4892516f921e [file] [log] [blame]
unsigned long f1();
int f2();
int store_aff_word(int x) {
return (int) (x ? f1() : f2());
}