Go to most recent revision | Details | Compare with Previous | View Log
int __modi (int a, int b)
{
return a % b;
}