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
/
modi.c
blob: d5a91fc0f558976122499e8fd32a1f4a60576da7 (
plain
)
1
2
3
4
int
__modi
(
int
a
,
int
b
)
{
return
a
%
b
;
}