Sign in
android
/
platform
/
ndk
/
b56bb19bf892770b07c4a083a406abccf5e640ba
/
.
/
tests
/
build
/
topological-sort
/
jni
/
foo.c
blob: c10ab529def2f3cea9dc4ea382e9b1b5658a9879 [
file
] [
log
] [
blame
]
#include
"foo.h"
int
foo
(
int
x
)
{
return
x
+
42
;
}