Sign in
qemu
/
meson
/
refs/heads/fixcygwin
/
.
/
test cases
/
common
/
273 both libraries
/
src
/
both_libraries.c
blob: ab1bd1fd9965f4a20786f4bca6e2f27641ebbad8 [
file
] [
log
] [
blame
]
#include
"both_libraries.h"
int
both_libraries_function
(
void
)
{
#if defined EXPORT
return
1
;
#else
return
0
;
#endif
}