Sign in
android
/
platform
/
ndk
/
HEAD
/
.
/
tests
/
build
/
absolute-src-file-paths
/
src
/
foo.c
blob: c3b897af5ec4a80d7466e22306543031802c6a77 [
file
] [
log
] [
blame
]
int
foo
(
int
x
)
{
return
x
+
42
;
}