C++程序  |  7行  |  60 B

#include "bar.h"

int  bar(int  x)
{
    return foo(x)-1;
}