diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-01-23 15:50:57 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-01-23 15:50:57 -0500 |
| commit | 4d8a071134db4ced1870c2d3177fb8a95e249567 (patch) | |
| tree | 99d79313f422dccfc45307d5960eb873c3d1e226 /include/util.h | |
| parent | 34919f8c3215114a0a5fef512fb3be6f0d96c1fe (diff) | |
s/numlen/log10/g
Diffstat (limited to 'include/util.h')
| -rw-r--r-- | include/util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/util.h b/include/util.h index dc47e343..7f4b3ace 100644 --- a/include/util.h +++ b/include/util.h @@ -11,11 +11,6 @@ int wrap(int i, int max); /** - * Count number of digits in int - */ -int numlen(int n); - -/** * Get modifier mask from modifier name. * * Returns the modifer mask or 0 if the name isn't found. |
