stkarm/src/kernel.cpp

4 lines
43 B
C++
Raw Normal View History

2018-12-28 08:20:09 +00:00
extern "C" int f(int a) {
return a + 1;
}