Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
multi-module-path
/
path2
/
bar
/
libbar.c
blob: e960ded9cbd0da34e2b71b7311789f6027e33d8a [
file
] [
log
] [
blame
]
#include
"bar.h"
#include
"foo.h"
int
bar
(
void
)
{
return
foo
()*
2
;
}