Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a0cfaaf2dcc05cd55aa6dc69ca6ebc3eddcd80f2
/
.
/
Tests
/
RunCMake
/
CpsExportImportBuild
/
libb.c
blob: 8ba04af1285d51f38614e0ec01eff20090e1373a [
file
]
extern
#ifdef
_WIN32
__declspec
(
dllimport
)
#endif
int
answer
(
void
);
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
ask
(
void
)
{
return
answer
();
}