Sign in
ara-mdk
/
platform
/
ndk
/
0a55a38317817bb1ed412157ce2b13c61a726ce4
/
.
/
tests
/
build
/
import-install
/
path1
/
path1.c
blob: 6ccfcae89e511e47b57430ceb780c362ac09b0f0 [
file
] [
log
] [
blame
]
#include
"path1.h"
#include
"path2.h"
int
path1
(
int
x
)
{
return
path2
(
x
+
1
);
}