mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-24 05:41:21 -04: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
|
|
|