Sign in
ara-mdk
/
platform
/
development
/
58cbe71cc434d787e54d3b3a1d7d86af9727857c
/
.
/
ndk
/
tests
/
prebuilt-library
/
jni
/
foo
/
foo.c
blob: a4758ada61810e93ea238e3144c3ca818e9bbaf4 [
file
] [
log
] [
blame
]
#include
"foo.h"
int
foo
(
void
)
{
return
42
;
}