CMake/Tests/SimpleInstallS2/foo.h
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