in reply to Functions that return nothing, nada, failure...

So if return; is just as right as return(); , but twice as fast, when would you use return(); ?

In general I wouldn't ;-)

I guess the only two reasons I can think of to prefer return () would be: