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