Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3f8a59a05c7d2c65020bd2a756d2c6d5a196bec2
/
.
/
Tests
/
Framework
/
space.c
blob: bf5b0c38be5d7e5f272f487e24d09a3b0681e718 [
file
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
space
(
void
)
{
return
0
;
}