blob: b80920dd4fb47cc5114d25b174d8e7e130e2704b [file] [log] [blame]
int my_idiv (int a, int b)
{
return a / b;
}