Daily bump.
[gcc.git] / libgcc / config / frv / modi.c
1 int __modi (int a, int b)
2 {
3 return a % b;
4 }