blob: 4ffe5ad8132f2db9d2dec70a3b140221820f9770 [file] [log] [blame]
unsigned int __umodi (unsigned int a, unsigned int b)
{
return a % b;
}