xref
: /
dports
/
misc
/
cxx_atomics_pic
/
gcc-11.2.0
/
libgcc
/
config
/
frv
/
modi.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
__modi(int a,int b)
1
int
__modi
(
int
a
,
int
b
)
2
{
3
return
a
%
b
;
4
}
5