Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / SimpleInstallS2 / foo.h
blob2708baffe9c7c485b58ca360d514542bc82c8c79
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
5 extern char* foo;
6 extern int SomeFunctionInFoo();
8 #ifdef __cplusplus
10 #endif