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