1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 17:21:21 +02:00
sway/include/util.h
2015-08-25 15:17:18 +02:00

5 lines
68 B
C

/**
* Wrap i into the range [0, max[
*/
int wrap(int i, int max);