repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
config
/
frv
/
umodi.c
blob
4ffe5ad8132f2db9d2dec70a3b140221820f9770
1
unsigned int
__umodi
(
unsigned int
a
,
unsigned int
b
)
2
{
3
return
a
%
b
;
4
}