MCPcopy Create free account
hub / github.com/SqliteModernCpp/sqlite_modern_cpp / add_integers

Function add_integers

tests/functions.cc:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace std;
7
8int add_integers(int i, int j) {
9 return i+j;
10}
11int main()
12{
13 try

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected