static int iceil_div(int a, int b) { ret idiv_ceil(a, b); } static int iceil_div(long a, long b) { ret idiv_ceil(a, b); }