CMake/Tests/SimpleInstallS2/foo.h

12 lines
120 B
C
Raw Normal View History

2004-02-01 17:53:28 +00:00
#ifdef __cplusplus
extern "C" {
#endif
extern char* foo;
2004-02-04 14:42:50 +00:00
extern int SomeFunctionInFoo();
2004-02-01 17:53:28 +00:00
#ifdef __cplusplus
}
#endif