RLC_CEIL.RLC_CEIL

Undocumented in source.
template RLC_CEIL(int A, int B)
enum RLC_CEIL = ((A - 1) / B + 1);

Meta