Hi,
I saw a lot of times code where return status of function was set to *rc * variable (e.g. int rc = foo();). I though it some sort of convention and blindly used it all over my code.
Recently was asked by colleague what *rc * stands for and discovered that I indeed don't know the answer.
Thanks