Jeff Trawick wrote:
Or the even more readable:rv = do_something(args); if (rv == APR_SUCCESS) { }+1 to this one
That's my preference as well. Unambiguous and easy to read. Bill
Jeff Trawick wrote:
Or the even more readable:rv = do_something(args); if (rv == APR_SUCCESS) { }+1 to this one
That's my preference as well. Unambiguous and easy to read. Bill