Comment the UC_DIV_ROUND_UP macro
This commit is contained in:
@@ -109,8 +109,10 @@ do {\
|
|||||||
while (0)
|
while (0)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Round up X / y
|
* Round up x / y
|
||||||
*
|
* (e.g 100/9 == 12, 3/2 == 2)
|
||||||
|
* x + y must not overflow.
|
||||||
|
*
|
||||||
* @param x numerator, must be positive
|
* @param x numerator, must be positive
|
||||||
* @param y denominator
|
* @param y denominator
|
||||||
* @return x/y rounded up
|
* @return x/y rounded up
|
||||||
|
|||||||
Reference in New Issue
Block a user