stkarm/src/kernel.cpp

4 lines
43 B
C++

extern "C" int f(int a) {
return a + 1;
}