MCPcopy Create free account
hub / github.com/dhanji/g3 / add

Function add

examples/test_code/example.c:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7int add(int a, int b) {
8 return a + b;
9}
10
11int main() {
12 greet("C");

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected