lune/tests/ffi/benchmark/external_call/lib.c

4 lines
45 B
C

int add(int a, int b) {
return a + b;
}