mirror of
https://github.com/swaywm/sway.git
synced 2025-01-16 16:11:11 +01:00
5 lines
68 B
C
5 lines
68 B
C
|
/**
|
||
|
* Wrap i into the range [0, max[
|
||
|
*/
|
||
|
int wrap(int i, int max);
|