Sign in
chromium
/
external
/
gyp
/
d6c5dd51dc3a60bf4ff32a5256713690a1a10376
/
.
/
test
/
library
/
src
/
lib1_moveable.c
blob: 5d3cc1d9aab267e71b49118055b0b350a11b06de [
file
] [
log
] [
blame
]
#include
<stdio.h>
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
void
moveable_function
(
void
)
{
fprintf
(
stdout
,
"Hello from lib1_moveable.c\n"
);
fflush
(
stdout
);
}