sway/include/util.h

5 lines
68 B
C
Raw Normal View History

2015-08-25 13:17:18 +00:00
/**
* Wrap i into the range [0, max[
*/
int wrap(int i, int max);