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