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

Function foo2

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

Source from the content-addressed store, hash-verified

9
10
11int foo2(int * p)
12{
13 (*p) += 10;
14 return *p;
15}
16
17int main()
18{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected