s/numlen/log10/g

This commit is contained in:
Drew DeVault 2016-01-23 15:50:57 -05:00
parent ed68571815
commit 038bb8cc7c
5 changed files with 5 additions and 18 deletions

View file

@ -10,11 +10,6 @@
*/
int wrap(int i, int max);
/**
* Count number of digits in int
*/
int numlen(int n);
/**
* Get modifier mask from modifier name.
*