blob: c1bb767e576956e51039cf322c4624131da65e67 [file] [log] [blame]
test_opt (a, b)
unsigned a, b;
{
a = a / b;
if (a == 0)
a++;
return a;
}