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