Пример #1
0
std::string oclint::option::outputPath()
{
    return argOutput.at(0) == '/' ? argOutput : workingPath() + "/" + argOutput;
}