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