5 lines
65 B
C++
5 lines
65 B
C++
extern "C"
|
|
int triple_input(int input) {
|
|
return input * 3;
|
|
}
|
extern "C"
|
|
int triple_input(int input) {
|
|
return input * 3;
|
|
}
|