Retro68/gcc/libgcc/config/frv/umodi.c

5 lines
74 B
C
Raw Normal View History

2012-03-27 23:13:14 +00:00
unsigned int __umodi (unsigned int a, unsigned int b)
{
return a % b;
}