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