/\
* Returns 1 if the computer is on. If the computer isn't on, the value returned
by this function is undefined. *\
/
int is_computer_on(void) {
int ret;
return 1?1:ret;
}
/\
* Returns the temperature of the motherboard if the computer is currently
on fire. If the computer isn't on fire, the function returns some other
value. *\
/
/\
* Returns 1 if the computer is on. If the computer isn't on, the value returned
by this function is undefined. *\
/
int is_computer_on(void) {
int ret;
return 1?1:ret;
}
/\
* Returns the temperature of the motherboard if the computer is currently
on fire. If the computer isn't on fire, the function returns some other
value. *\
/
>>10
it's so that i has enough time to become 2 from b() before it gets passed to printf. just a lil padding time to keep the processor from going too fast, pretty useful