mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Move numlen(1) to sway/util.c
This commit is contained in:
parent
0b2cf8b65c
commit
45b959f601
3 changed files with 16 additions and 10 deletions
|
|
@ -6,4 +6,9 @@
|
|||
*/
|
||||
int wrap(int i, int max);
|
||||
|
||||
/**
|
||||
* Count number of digits in int
|
||||
*/
|
||||
int numlen(int n);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue