CMake/Tests/SimpleInstallS2/foo.h

12 lines
125 B
C
Raw Normal View History

2004-02-01 20:53:28 +03:00
#ifdef __cplusplus
extern "C" {
#endif
extern char* foo;
extern int SomeFunctionInFoo(int i);
#ifdef __cplusplus
}
#endif