Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
80cd036ceb98f688e18cfec00c7862e43955f13d
/
.
/
Tests
/
RunCMake
/
AutoExportDll
/
foo.c
blob: b4f3ae0df8125dfd7f24a418d3febb420615b765 [
file
] [
log
] [
blame
]
#ifdef
_MSC_VER
# include "windows.h"
#else
# define WINAPI
#endif
int
WINAPI foo
(
void
)
{
return
10
;
}
int
bar
(
void
)
{
return
5
;
}