repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2008-05-15 Richard Guenther <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
config
/
frv
/
umodi.c
blob
4ffe5ad8132f2db9d2dec70a3b140221820f9770
1
unsigned int
__umodi
(
unsigned int
a
,
unsigned int
b
)
2
{
3
return
a
%
b
;
4
}