umodi.c revision 1.1.1.1
1unsigned int __umodi (unsigned int a, unsigned int b)
2{
3  return a % b;
4}
5