Name: Anonymous 2012-09-17 19:14
I'm using goto outside assembly and there's nothing you can do about it, meanwhile your jewish teachers gave your looping toys and forbid faster code for you.
int foo(int x)
{
int status = 0;
(void) bar(x);
if (baz(x) == 0)
{
(void) qux(x);
}
else
{
status = -1;
}
unbar(x);
return status;
}