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