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