Sign in
ara-mdk
/
platform
/
ndk
/
2fe911ac795eb560f6d83118e227698b458e074a
/
.
/
tests
/
build
/
multi-module-path
/
path1
/
foo
/
libfoo.c
blob: a4758ada61810e93ea238e3144c3ca818e9bbaf4 [
file
] [
log
] [
blame
]
#include
"foo.h"
int
foo
(
void
)
{
return
42
;
}