921e5a0eb4
From-SVN: r14840
9 lines
88 B
C
9 lines
88 B
C
test_opt (a, b)
|
|
unsigned a, b;
|
|
{
|
|
a = a / b;
|
|
if (a == 0)
|
|
a++;
|
|
return a;
|
|
}
|