Help for this page

Select Code to Download


  1. or download this
    int foo(int x, int y, int z) {
        return bar(x + y + z);
    }