gcc/libgcc/config/frv/modi.c

5 lines
46 B
C
Raw Normal View History

2002-08-04 21:37:03 +02:00
int __modi (int a, int b)
{
return a % b;
}