CMake/Tests/SimpleInstall/foo.h

12 lines
125 B
C

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