9 lines
49 B
C++
9 lines
49 B
C++
|
|
extern "C" {
|
|
|
|
int GetInt() {
|
|
return 5;
|
|
}
|
|
|
|
}
|