Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
LibName
/
ver_space.c
blob: 669a3b528485ebc6144373d7c3940721d7f2eaef [
file
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
ver_space
(
void
)
{
return
0
;
}