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

Function foo3

code/3/3.2.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21int foo3(int a, int b, int c) {
22 return 0;
23}
24
25int main() {
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected