11 lines
119 B
C
11 lines
119 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern char* foo;
|
|
extern int SomeFunctionInFoo();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|