mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
12 lines
120 B
C
12 lines
120 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern char* foo;
|
|
extern int SomeFunctionInFoo();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|