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