MCPcopy Create free account
hub / github.com/E869120/math-algorithm-book / func1

Function func1

codes/cpp/Code_2_03_1.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4int cnt = 1000;
5
6int func1() {
7 return 2021;
8}
9
10int func2(int pos) {
11 cnt += 1;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected