10 lines
92 B
C
10 lines
92 B
C
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
int foo();
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|