mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
7 lines
67 B
Plaintext
7 lines
67 B
Plaintext
|
@@
|
||
|
expression n, d;
|
||
|
@@
|
||
|
|
||
|
- (((n) + (d) - 1) / (d))
|
||
|
+ CEIL_DIV(n, d)
|