MCPcopy Create free account
hub / github.com/changkun/modern-cpp-tutorial / foo

Function foo

code/2/2.1.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 return 0;
26}
27void foo(char *ch) {
28 std::cout << "call foo(char*)" << std::endl;
29}
30void foo(int i) {
31 std::cout << "call foo(int)" << std::endl;
32}

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected