sway-patched-tray-menu-github/include/util.h

5 lines
68 B
C
Raw Normal View History

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