mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-29 20:34:20 +00:00
8 lines
79 B
C
8 lines
79 B
C
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int bottom(void)
|
|
{
|
|
return 23;
|
|
}
|