Sign in
ara-mdk
/
platform
/
ndk
/
8cc3ae66769d800be7c489e80f2cd0a23514e9e8
/
.
/
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
;
}