1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-21 12:10:05 +08:00
2004-02-04 09:42:50 -05:00

12 lines
120 B
C

#ifdef __cplusplus
extern "C" {
#endif
extern char* foo;
extern int SomeFunctionInFoo();
#ifdef __cplusplus
}
#endif