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

Function add

code/1/foo.c:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "foo.h"
10
11int add(int x, int y) {
12 return x+y;
13}

Callers 2

mainFunction · 0.70
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected