blob: d5a91fc0f558976122499e8fd32a1f4a60576da7 [file] [log] [blame]
int __modi (int a, int b)
{
return a % b;
}