xref
: /
netbsd-src
/
external
/
gpl3
/
gcc.old
/
dist
/
libgcc
/
config
/
frv
/
modi.c
(revision 15a984a0d95c8f96abe9717ee6241762c55dc106)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
__modi
(
int
a
,
int
b
)
2
{
3
return
a
%
b
;
4
}
5