55ok
| Direktori : /usr/src/cmake-3.25.0/Tests/InterfaceLinkLibrariesDirect/ |
| Current File : //usr/src/cmake-3.25.0/Tests/InterfaceLinkLibrariesDirect/testSharedLibWithHelper.c |
#ifdef _WIN32
__declspec(dllexport)
#endif
int testSharedLibWithHelper(int n)
{
return n;
}