MCPcopy Create free account
hub / github.com/ShiqiYu/CPP / foo1

Function foo1

week06/examples/param-pointer.cpp:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2using namespace std;
3
4int foo1(int x)
5{
6 x += 10;
7 return x;
8}
9
10
11int foo2(int * p)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected