xref
: /
ndk
/
tests
/
build
/
b8247455-hidden-cxa
/
jni
/
idiv.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
my_idiv(int a,int b)
1
int
my_idiv
(
int
a
,
int
b
)
2
{
3
return
a
/
b
;
4
}
5