7 lines
107 B
C
7 lines
107 B
C
extern "C" void foo();
|
|
extern "C" {
|
|
void bar();
|
|
int baz();
|
|
double double_func();
|
|
}
|
|
extern "C++" class CPP;
|