index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
config
/
frv
/
umodi.c
blob: 4ffe5ad8132f2db9d2dec70a3b140221820f9770 (
plain
)
1
2
3
4
unsigned
int
__umodi
(
unsigned
int
a
,
unsigned
int
b
)
{
return
a
%
b
;
}