OSDN Git Service

PR c++/44059
[pf3gnuchains/gcc-fork.git] / gcc / config / frv / modi.c
1 int __modi (int a, int b)
2 {
3   return a % b;
4 }