Search code examples
language-agnosticcoding-style

What is rc stands for


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


Solution

  • It probably refers to

    Return Code