OSDN Git Service

* doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
[pf3gnuchains/gcc-fork.git] / gcc / config / frv / umodi.c
1 unsigned int __umodi (unsigned int a, unsigned int b)
2 {
3   return a % b;
4 }