Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / SimpleInstallS2 / TestSubDir / TSD_utils.cxx
blob0277f05aeca7727b19ffe45cd101380f20b3a96d
1 #include <string.h>
3 int TSD(const char* foo)
5 if ( strcmp(foo, "TEST") == 0 )
7 return 0;
9 return 1;