Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
Emscripten
/
lib.c
blob: 21f559cad1bc6aa17dc7cb0255393b674806da03 [
file
] [
log
] [
blame
] [
edit
]
#if !defined(STATIC_BASE)
# if defined(_WIN32)
__declspec
(
dllimport
)
# endif
#endif
void
base
(
void
);
#if defined(_WIN32)
__declspec
(
dllexport
)
#endif
void
lib
(
void
)
{
base
();
}