Updated formatting of documentation plus a little reorganization.
[cmake.git] / Tests / ComplexOneConfig / Library / TestLink.c
blob25dee082f42d5225cbc462aff2084e14df4814eb
1 int TestLinkGetType()
3 #ifdef CMakeTestLinkShared_EXPORTS
4 return 0;
5 #else
6 return 1;
7 #endif