rt_gccstream/gcc/config/frv/modi.c

5 lines
46 B
C

int __modi (int a, int b)
{
return a % b;
}