summaryrefslogtreecommitdiffstats
path: root/include/util.h
blob: 5d42b780659859a18c94ce075533708dde81c800 (plain) (blame)
1
2
3
4
/**
 * Wrap i into the range [0, max[
 */
int wrap(int i, int max);