xref
: /
openbsd
/
gnu
/
gcc
/
gcc
/
config
/
frv
/
umodi.c
(revision 17df1aa7)
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