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