Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2e3e3e30e5601192577d15e043b33db96fe1661
/
.
/
Tests
/
RunCMake
/
File_Generate
/
empty.c
blob: 05ffe2d9cb5867e4b80a0091b613a27782186daa [
file
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
empty_c
(
void
)
{
return
0
;
}