freebsd-dev/contrib/gcc/config/frv/modi.c
2003-07-11 03:40:53 +00:00

5 lines
46 B
C

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