mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 09:39:20 -04:00
5 lines
74 B
C
5 lines
74 B
C
unsigned int __umodi (unsigned int a, unsigned int b)
|
|
{
|
|
return a % b;
|
|
}
|