Sign in
ara-mdk
/
platform
/
ndk
/
f616538a7f20e82157587efa026cedc3b9944542
/
.
/
tests
/
build
/
import-install
/
path2
/
path2.c
blob: a1e76e763e789f914c21972e6b7da14d824f012f [
file
] [
log
] [
blame
]
#include
"path2.h"
int
path2
(
int
x
)
{
return
x
*
42
;
}