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