Apologize for ambiguous title but I simply did not know how else to put it.
Anyway, I want a piece of code to do the same thing this does in one line (in an if statement)
ret= fee(XYZ);
if((fii(ret) && foh(ret)) !=0)
{
//do something
}
like put all that into something like
if(_______FUM________)
{
//do the same thing
}
Is there anything I can do for this? The answer is probably staring at me in my face. But I am stuck here.