index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
util.h
blob: 5d42b780659859a18c94ce075533708dde81c800 (
plain
)
1
2
3
4
/** * Wrap i into the range [0, max[ */ int wrap(int i, int max);