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