xref: /netbsd-src/external/gpl3/gcc/dist/libgcc/config/frv/umodi.c (revision f89f6560d453f5e37386cc7938c072d2f528b9fa)
1 unsigned int __umodi (unsigned int a, unsigned int b)
2 {
3   return a % b;
4 }
5