Sign in
ara-mdk
/
platform
/
ndk
/
4cd3b3425718e8e8e68bc6712beeec170d60c1b1
/
.
/
tests
/
build
/
multi-module-path
/
jni
/
test.c
blob: 1e8dbf1c6f43380a0f980c6762761992febfbee7 [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
"bar.h"
int
main
(
void
)
{
printf
(
"The answer is %d\n"
,
bar
());
return
0
;
}