5 lines
46 B
C
5 lines
46 B
C
|
int __modi (int a, int b)
|
||
|
{
|
||
|
return a % b;
|
||
|
}
|